diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:02:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:02:39 +0000 |
commit | 10a102ec8ff3f11500cdf945f68631d3f3490719 (patch) | |
tree | 428654f340215726d1e105ddf6db044b4aa4eecc /dev-libs/libunicode | |
parent | Jaxp was a repack of various apache projects under a very restrictive Sun lic... (diff) | |
download | gentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.tar.gz gentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.tar.bz2 gentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.zip |
repoman'd
Diffstat (limited to 'dev-libs/libunicode')
-rw-r--r-- | dev-libs/libunicode/libunicode-0.4-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild index 537c99e105c9..687fad9ecb04 100644 --- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild +++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.9 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.10 2002/08/01 18:02:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unicode library" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.gnome.tar.gz" HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr || die - + econf || die emake || die } |