diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-26 06:41:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-26 06:41:00 +0000 |
commit | 80f1c9791c4d430b644d3bcc298555f2801eb947 (patch) | |
tree | fb2b0a779a8691814a86a667d06a45f87f0fbe1f /dev-util/pkgconfig | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-80f1c9791c4d430b644d3bcc298555f2801eb947.tar.gz gentoo-2-80f1c9791c4d430b644d3bcc298555f2801eb947.tar.bz2 gentoo-2-80f1c9791c4d430b644d3bcc298555f2801eb947.zip |
arm KEYWORDS
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.15.0.ebuild | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild b/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild index 81d1b7592daa..581df161680b 100644 --- a/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild @@ -1,27 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild,v 1.15 2004/03/02 18:41:10 iggy Exp $ - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild,v 1.16 2004/04/26 06:41:00 vapier Exp $ DESCRIPTION="Package Config system that manages compile/link flags for libraries" -SRC_URI="http://www.freedesktop.org/software/pkgconfig/releases/${P}.tar.gz" HOMEPAGE="http://www.freedesktop.org/software/pkgconfig/" +SRC_URI="http://www.freedesktop.org/software/pkgconfig/releases/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ppc64 mips s390" - +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="" -DEPEND="virtual/glibc" -src_compile() { - econf || die - emake || die -} +DEPEND="virtual/glibc" -src_install () { +src_install() { einstall || die - - dodoc AUTHORS COPYING ChangeLog NEWS README + dodoc AUTHORS ChangeLog NEWS README } |