diff options
author | 2004-04-19 07:57:12 +0000 | |
---|---|---|
committer | 2004-04-19 07:57:12 +0000 | |
commit | ac2dd9f88e32ae1bc67cf62f9d1eb8dbb944d247 (patch) | |
tree | a7f68823b6784d4b5c152d434d98d7d49e91d1f9 /app-cdr/nrg2iso/nrg2iso-0.1.ebuild | |
parent | dont access $CC (diff) | |
download | historical-ac2dd9f88e32ae1bc67cf62f9d1eb8dbb944d247.tar.gz historical-ac2dd9f88e32ae1bc67cf62f9d1eb8dbb944d247.tar.bz2 historical-ac2dd9f88e32ae1bc67cf62f9d1eb8dbb944d247.zip |
old
Diffstat (limited to 'app-cdr/nrg2iso/nrg2iso-0.1.ebuild')
-rw-r--r-- | app-cdr/nrg2iso/nrg2iso-0.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-cdr/nrg2iso/nrg2iso-0.1.ebuild b/app-cdr/nrg2iso/nrg2iso-0.1.ebuild deleted file mode 100644 index fad96377f278..000000000000 --- a/app-cdr/nrg2iso/nrg2iso-0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/nrg2iso/nrg2iso-0.1.ebuild,v 1.4 2004/03/12 12:02:37 mr_bones_ Exp $ - -S=${WORKDIR}/${PN} - -DESCRIPTION="Converts nrg CD-images to iso" -SRC_URI="http://gregory.kokanosky.free.fr/v4/linux/${PN}.tgz" -HOMEPAGE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html" - - -KEYWORDS="x86 ~ppc ~sparc" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/glibc" -RDEPEND="" - - -src_compile() { - ${CC} ${CFLAGS} -o nrg2iso nrg2iso.c || die -} - -src_install() { - dobin nrg2iso -} |