summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/pcc-libs/pcc-libs-090119.ebuild')
-rw-r--r--sys-devel/pcc-libs/pcc-libs-090119.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-devel/pcc-libs/pcc-libs-090119.ebuild b/sys-devel/pcc-libs/pcc-libs-090119.ebuild
new file mode 100644
index 0000000..09c2226
--- /dev/null
+++ b/sys-devel/pcc-libs/pcc-libs-090119.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+
+DESCRIPTION=""
+HOMEPAGE="http://pcc.ludd.ltu.se"
+SRC_URI="ftp://pcc.ludd.ltu.se/pub/${PN}/${PN}-${PV}.tgz"
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+RDEPEND=""
+
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}