diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 21:01:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 21:01:53 +0000 |
commit | 7dbdddae514651f088c65575769b2299475d06ae (patch) | |
tree | 7ab8270e9b7958419d6b2d200135e21f2b98b6aa /dev-libs/libunicode | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-7dbdddae514651f088c65575769b2299475d06ae.tar.gz gentoo-2-7dbdddae514651f088c65575769b2299475d06ae.tar.bz2 gentoo-2-7dbdddae514651f088c65575769b2299475d06ae.zip |
arm KEYWORDS
Diffstat (limited to 'dev-libs/libunicode')
-rw-r--r-- | dev-libs/libunicode/libunicode-0.4-r1.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild index 17ccb21209f9..36e9288fc50d 100644 --- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild +++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild @@ -1,33 +1,27 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.27 2004/07/14 14:48:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.28 2004/11/08 21:01:51 vapier Exp $ inherit gnuconfig DESCRIPTION="Unicode library" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.gnome.tar.gz" HOMEPAGE="http://www.gnome.org/" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.gnome.tar.gz" -SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 ppc sparc alpha hppa amd64" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ppc sparc x86" IUSE="" DEPEND="virtual/libc" src_unpack() { - unpack ${A} || die + unpack ${A} cd ${S} gnuconfig_update } -src_compile() { - econf || die - emake || die -} - src_install() { make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO + dodoc AUTHORS ChangeLog NEWS README THANKS TODO } |