diff options
author | 2002-04-26 21:52:07 +0000 | |
---|---|---|
committer | 2002-04-26 21:52:07 +0000 | |
commit | aad1d0b702b12913137faf250f30fd8ab0a5ab1c (patch) | |
tree | 9f338d1c8d3ae6b13e97d9229fc0d86f55b07202 /x11-misc/epplet-base | |
parent | new alpha of blackbox (diff) | |
download | gentoo-2-aad1d0b702b12913137faf250f30fd8ab0a5ab1c.tar.gz gentoo-2-aad1d0b702b12913137faf250f30fd8ab0a5ab1c.tar.bz2 gentoo-2-aad1d0b702b12913137faf250f30fd8ab0a5ab1c.zip |
Initial commit. Ebuild Submitted by Paul Fleischer (Bug #1683).
Diffstat (limited to 'x11-misc/epplet-base')
-rw-r--r-- | x11-misc/epplet-base/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/epplet-base/epplet-base-0.5.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/epplet-base/files/digest-epplet-base-0.5 | 1 |
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-misc/epplet-base/ChangeLog b/x11-misc/epplet-base/ChangeLog new file mode 100644 index 000000000000..ae4d4664973c --- /dev/null +++ b/x11-misc/epplet-base/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/epplet-base/ChangeLog,v 1.1 2002/04/26 21:52:06 tod Exp $ + +*epplet-base-0.5 ( 26 Apr 2002 ) + + 26 Apr 2002; Tod Neidt <tod@gentoo.org> epplet-base-0.5.ebuild : + + Initial commit. Ebuild submitted by Paul Fleischer. diff --git a/x11-misc/epplet-base/epplet-base-0.5.ebuild b/x11-misc/epplet-base/epplet-base-0.5.ebuild new file mode 100644 index 000000000000..7a61a2c48ca4 --- /dev/null +++ b/x11-misc/epplet-base/epplet-base-0.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Paul Fleischer <proguy@proguy.dk> +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp + +S="${WORKDIR}/Epplets-${PV}" + +DESCRIPTION="Base files for Enlightenment epplets and some epplets" +SRC_URI="http://prdownloads.sourceforge.net/enlightenment/${P}.tar.gz" + +HOMEPAGE="http://sourceforge.net/projects/enlightenment" + +DEPEND=">=x11-base/xfree-4.2.0 + >=media-libs/imlib-1.9.10 + >=x11-wm/enlightenment-0.16.5-r4" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog +} diff --git a/x11-misc/epplet-base/files/digest-epplet-base-0.5 b/x11-misc/epplet-base/files/digest-epplet-base-0.5 new file mode 100644 index 000000000000..3f213ba7733d --- /dev/null +++ b/x11-misc/epplet-base/files/digest-epplet-base-0.5 @@ -0,0 +1 @@ +MD5 6be063dcff76dcdef0f2bfdba4cd111d epplet-base-0.5.tar.gz 792335 |