summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-11-09 10:19:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-11-09 10:19:09 +0000
commit5f7c86a658f462790155728eaf1efa458dedaebb (patch)
treeb214996434cc1dc41c5d05d064a20e84e40fb1b0 /media-gfx/icon-slicer/icon-slicer-0.3.ebuild
parentversion bump (bug 32832) (diff)
downloadhistorical-5f7c86a658f462790155728eaf1efa458dedaebb.tar.gz
historical-5f7c86a658f462790155728eaf1efa458dedaebb.tar.bz2
historical-5f7c86a658f462790155728eaf1efa458dedaebb.zip
more docs; tidy
Diffstat (limited to 'media-gfx/icon-slicer/icon-slicer-0.3.ebuild')
-rw-r--r--media-gfx/icon-slicer/icon-slicer-0.3.ebuild16
1 files changed, 3 insertions, 13 deletions
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
index e165635ff34d..e4428fb35ae9 100644
--- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
+++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
@@ -1,30 +1,20 @@
# 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.3 2003/10/12 09:32:38 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.4 2003/11/09 10:19:07 mr_bones_ 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"
+KEYWORDS="x86 ~sparc ~ppc"
LICENSE="GPL-2"
-
SLOT="0"
-
-KEYWORDS="x86 ~sparc ~ppc"
-
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
+ dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
}