diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-20 08:49:10 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-20 08:49:10 +0000 |
commit | e4a784ba0ec11c9e2f1e025bc14da3b69ab53c15 (patch) | |
tree | 07c2ba06631a759996b72203fa3526d1db2d7b26 /x11-libs/libelysium/libelysium-0.99.5.ebuild | |
parent | new version, + fix to correctly build tcltk support (diff) | |
download | gentoo-2-e4a784ba0ec11c9e2f1e025bc14da3b69ab53c15.tar.gz gentoo-2-e4a784ba0ec11c9e2f1e025bc14da3b69ab53c15.tar.bz2 gentoo-2-e4a784ba0ec11c9e2f1e025bc14da3b69ab53c15.zip |
removing gnome2, add deps. probably shouldn't even be in this category
Diffstat (limited to 'x11-libs/libelysium/libelysium-0.99.5.ebuild')
-rw-r--r-- | x11-libs/libelysium/libelysium-0.99.5.ebuild | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/x11-libs/libelysium/libelysium-0.99.5.ebuild b/x11-libs/libelysium/libelysium-0.99.5.ebuild index 7624f1fb0e05..972c12777b47 100644 --- a/x11-libs/libelysium/libelysium-0.99.5.ebuild +++ b/x11-libs/libelysium/libelysium-0.99.5.ebuild @@ -1,19 +1,18 @@ -# Copyright 2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libelysium/libelysium-0.99.5.ebuild,v 1.1 2003/05/01 00:00:38 bass Exp $ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libelysium/libelysium-0.99.5.ebuild,v 1.2 2003/06/20 08:49:00 liquidx Exp $ -inherit gnome2 - -DESCRIPTION="Utility libraries for the Elysium project." -SRC_URI="mirror://sourceforge/elysium-project/${P}.tar.gz" +DESCRIPTION="Utility library for applications in the Elysium GNU/Linux distribution." HOMEPAGE="http://elysium-project.sourceforge.net" +SRC_URI="mirror://sourceforge/elysium-project/${P}.tar.gz" + LICENSE="GPL-2" -SLOT="0" KEYWORDS="~x86" +SLOT="0" +IUSE="" -DEPEND="" - -#RDEPEND="" -S=${WORKDIR}/${P} - +DEPEND=">=dev-libs/glib-2" +src_install() { + einstall || die "install failed" +} |