summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-01-22 13:31:37 +0000
committerMarinus Schraal <foser@gentoo.org>2003-01-22 13:31:37 +0000
commit2bf2fe03e36cc0a0f49592e0b17654fc76d96c3d (patch)
tree7aac2f1483ae3d3484448247357317a8278dd907 /dev-util/pkgconfig
parentSecurity unmask (diff)
downloadgentoo-2-2bf2fe03e36cc0a0f49592e0b17654fc76d96c3d.tar.gz
gentoo-2-2bf2fe03e36cc0a0f49592e0b17654fc76d96c3d.tar.bz2
gentoo-2-2bf2fe03e36cc0a0f49592e0b17654fc76d96c3d.zip
New version
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r--dev-util/pkgconfig/ChangeLog6
-rw-r--r--dev-util/pkgconfig/files/digest-pkgconfig-0.15.01
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.15.0.ebuild27
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog
index 94502c8797b3..db40e86e5c5e 100644
--- a/dev-util/pkgconfig/ChangeLog
+++ b/dev-util/pkgconfig/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-util/pkgconfig
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.8 2002/12/18 12:23:38 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.9 2003/01/22 13:31:37 foser Exp $
+*pkgconfig-0.15.0 (22 Jan 2003)
+
+ 22 Jan 2003; foser <foser@gentoo.org> pkgconfig-0.15.0.ebuild :
+ New version
*pkgconfig-0.14.0 (27 Oct 2002)
diff --git a/dev-util/pkgconfig/files/digest-pkgconfig-0.15.0 b/dev-util/pkgconfig/files/digest-pkgconfig-0.15.0
new file mode 100644
index 000000000000..ea6931088641
--- /dev/null
+++ b/dev-util/pkgconfig/files/digest-pkgconfig-0.15.0
@@ -0,0 +1 @@
+MD5 a7e4f60a6657dbc434334deb594cc242 pkgconfig-0.15.0.tar.gz 610697
diff --git a/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild b/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild
new file mode 100644
index 000000000000..3b60e3c18408
--- /dev/null
+++ b/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 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.1 2003/01/22 13:31:37 foser Exp $
+
+S=${WORKDIR}/${P}
+
+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/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+IUSE=""
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+}