diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
commit | 3a89607874133fbc78bdd1a8fa60f1c858d57fff (patch) | |
tree | 7e4ac1bb8a92559928b450b0d81b702ed188cba4 /media-gfx/pngcrush/pngcrush-1.5.10.ebuild | |
parent | added SLOT/KEYWORDS (diff) | |
download | gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.gz gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.bz2 gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.zip |
repoman'd
Diffstat (limited to 'media-gfx/pngcrush/pngcrush-1.5.10.ebuild')
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.5.10.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/pngcrush/pngcrush-1.5.10.ebuild b/media-gfx/pngcrush/pngcrush-1.5.10.ebuild index 94713796c876..c077d5c639c5 100644 --- a/media-gfx/pngcrush/pngcrush-1.5.10.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.5.10.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.5.10.ebuild,v 1.1 2002/07/21 18:16:07 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.5.10.ebuild,v 1.2 2002/07/23 05:18:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="PNG optimizing tool" SRC_URI="mirror://sourceforge/pmt/${P}.tar.gz" HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" -LICENSE="as-is" + SLOT="0" +LICENSE="as-is" KEYWORDS="x86" -RDEPEND="virtual/glibc" -DEPEND="${RDEPEND}" +DEPEND="virtual/glibc" src_compile() { cp Makefile.gcc Makefile |