diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-25 05:56:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-25 05:56:45 +0000 |
commit | face9a4ea10775b420d1fc1496528c25fe9853bb (patch) | |
tree | c28f7bb8bdb39f0cc969cccc94dbe147ae3159d3 /x11-misc/iconbar | |
parent | old (diff) | |
download | gentoo-2-face9a4ea10775b420d1fc1496528c25fe9853bb.tar.gz gentoo-2-face9a4ea10775b420d1fc1496528c25fe9853bb.tar.bz2 gentoo-2-face9a4ea10775b420d1fc1496528c25fe9853bb.zip |
ver bump
Diffstat (limited to 'x11-misc/iconbar')
-rw-r--r-- | x11-misc/iconbar/files/digest-iconbar-0.5.20031225 | 1 | ||||
-rw-r--r-- | x11-misc/iconbar/iconbar-0.5.20031225.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-misc/iconbar/files/digest-iconbar-0.5.20031225 b/x11-misc/iconbar/files/digest-iconbar-0.5.20031225 new file mode 100644 index 000000000000..d5683c6db1e7 --- /dev/null +++ b/x11-misc/iconbar/files/digest-iconbar-0.5.20031225 @@ -0,0 +1 @@ +MD5 39a3ead56a53fa1ab19e1a4b48a96948 iconbar-0.5.20031225.tar.bz2 104789 diff --git a/x11-misc/iconbar/iconbar-0.5.20031225.ebuild b/x11-misc/iconbar/iconbar-0.5.20031225.ebuild new file mode 100644 index 000000000000..b8eaa154696c --- /dev/null +++ b/x11-misc/iconbar/iconbar-0.5.20031225.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbar/iconbar-0.5.20031225.ebuild,v 1.1 2003/12/25 05:56:45 vapier Exp $ + +inherit enlightenment + +DESCRIPTION="e17 iconbar as a standalone package" +HOMEPAGE="http://www.rephorm.com/rephorm/code/iconbar/" + +DEPEND=">=dev-libs/eet-0.9.0.20031013 + >=x11-libs/evas-1.0.0.20031013_pre12 + >=media-libs/imlib2-1.1.0 + >=x11-libs/ecore-1.0.0.20031013_pre4 + >=media-libs/edje-0.0.1.20031013" + +src_unpack() { + unpack ${A} + sed -i 's: -g : :' ${S}/src/Makefile +} + +src_compile() { + emake CC="gcc ${CFLAGS}" PREFIX=/usr || die +} + +src_install() { + dodir /usr/share/iconbar /usr/bin + make install PREFIX=${D}/usr || die + find ${D} -name CVS -type d -exec rm -rf '{}' \; +} |