diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-22 13:31:37 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-22 13:31:37 +0000 |
commit | 886273ed86b90582d6d79972619f9ad349caa7a4 (patch) | |
tree | d2d220a22608e480264f2271e0fd6a885e6d3316 /dev-util/pkgconfig | |
parent | Security unmask (diff) | |
download | historical-886273ed86b90582d6d79972619f9ad349caa7a4.tar.gz historical-886273ed86b90582d6d79972619f9ad349caa7a4.tar.bz2 historical-886273ed86b90582d6d79972619f9ad349caa7a4.zip |
New version
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pkgconfig/files/digest-pkgconfig-0.15.0 | 1 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.15.0.ebuild | 27 |
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 +} |