diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-18 16:17:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-18 16:17:06 +0000 |
commit | 808134218321e276fb969f889d4037c82e430b27 (patch) | |
tree | 6b8321851dfae29f01f3c01b871bc282ac334f3d /games-util/dzip | |
parent | remove dependencies on versioned virtuals (#93028) (diff) | |
download | gentoo-2-808134218321e276fb969f889d4037c82e430b27.tar.gz gentoo-2-808134218321e276fb969f889d4037c82e430b27.tar.bz2 gentoo-2-808134218321e276fb969f889d4037c82e430b27.zip |
tidy
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-util/dzip')
-rw-r--r-- | games-util/dzip/dzip-2.9.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games-util/dzip/dzip-2.9.ebuild b/games-util/dzip/dzip-2.9.ebuild index f2c5b6a84a78..ad1cd444ff3a 100644 --- a/games-util/dzip/dzip-2.9.ebuild +++ b/games-util/dzip/dzip-2.9.ebuild @@ -1,21 +1,22 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9.ebuild,v 1.4 2005/05/09 15:35:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9.ebuild,v 1.5 2005/05/18 16:17:06 mr_bones_ Exp $ inherit games -S="${WORKDIR}" DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake" -HOMEPAGE="http://www.planetquake.com/sda/dzip/" -SRC_URI="http://mysite.verizon.net/vze4pmvd/dz${PV/./}src.zip" +HOMEPAGE="http://speeddemosarchive.com/dzip/" +SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" DEPEND="app-arch/unzip" -RDEPEND="virtual/libc" +RDEPEND="" + +S=${WORKDIR} src_compile() { emake CFLAGS="${CFLAGS}" -f Makefile.linux || die "emake failed" |