diff options
author | Wout Mertens <wmertens@gentoo.org> | 2003-09-15 13:47:11 +0000 |
---|---|---|
committer | Wout Mertens <wmertens@gentoo.org> | 2003-09-15 13:47:11 +0000 |
commit | dc2ff6ce8c0b241f2f16f3ca0b7ecf56c8da3a87 (patch) | |
tree | ce6fac3e458056271828246e0160ac3130b3cd6a /media-gfx/icon-slicer/icon-slicer-0.3.ebuild | |
parent | slight fix0r (diff) | |
download | historical-dc2ff6ce8c0b241f2f16f3ca0b7ecf56c8da3a87.tar.gz historical-dc2ff6ce8c0b241f2f16f3ca0b7ecf56c8da3a87.tar.bz2 historical-dc2ff6ce8c0b241f2f16f3ca0b7ecf56c8da3a87.zip |
Necessary for redhat-artwork
Diffstat (limited to 'media-gfx/icon-slicer/icon-slicer-0.3.ebuild')
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild new file mode 100644 index 000000000000..d02677a9d04e --- /dev/null +++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.1 2003/09/15 13:47:11 wmertens Exp $ + +DESCRIPTION="utility for generating icon themes and libXcursor cursor themes" + +HOMEPAGE="http://www.freedesktop.org/software/icon-slicer/" + +SRC_URI="http://www.freedesktop.org/software/icon-slicer/releases/${P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="x86" + +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.0 + dev-libs/popt" + +src_compile() { + econf || die + emake || die +} + +src_install() { + #make DESTDIR=${D} install || die + einstall || die +} |