diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
commit | 2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f (patch) | |
tree | 581474cf26a837595c43021bc503fc295434e865 /media-libs/janus/janus-0.4.2.ebuild | |
parent | added 3dfx's GPL (diff) | |
download | gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.gz gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.bz2 gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.zip |
repoman'd
Diffstat (limited to 'media-libs/janus/janus-0.4.2.ebuild')
-rw-r--r-- | media-libs/janus/janus-0.4.2.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/janus/janus-0.4.2.ebuild b/media-libs/janus/janus-0.4.2.ebuild index 89f5e7ec6305..fb04989b6e64 100644 --- a/media-libs/janus/janus-0.4.2.ebuild +++ b/media-libs/janus/janus-0.4.2.ebuild @@ -1,19 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/janus/janus-0.4.2.ebuild,v 1.3 2002/07/11 06:30:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/janus/janus-0.4.2.ebuild,v 1.4 2002/07/22 14:37:06 seemant Exp $ -S="${WORKDIR}/${P}" +S=${WORKDIR}/${P} +DESCRIPTION="A UI and widget library which employs an extensible XML like data structure and provides an abstract instance of a UI" SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/janus/${P}.tar.bz2" HOMEPAGE="http://www.worldforge.net" + SLOT="0" -DEPEND="virtual/glibc - ( >=dev-libs/libsigc++-1.0.4-r1 - <dev-libs/libsigc++-1.1.0 ) +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=dev-libs/libsigc++-1.0* >=media-libs/libsdl-1.2.3-r1" src_compile() { - ./configure --host=${CHOST} --prefix=/usr || die + econf || die emake || die } |