diff options
Diffstat (limited to 'sys-devel/pcc-libs/pcc-libs-090223.ebuild')
-rw-r--r-- | sys-devel/pcc-libs/pcc-libs-090223.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-devel/pcc-libs/pcc-libs-090223.ebuild b/sys-devel/pcc-libs/pcc-libs-090223.ebuild new file mode 100644 index 0000000..65ee598 --- /dev/null +++ b/sys-devel/pcc-libs/pcc-libs-090223.ebuild @@ -0,0 +1,21 @@ +# Copyright 2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils + +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" +} |