[arch-commits] Commit in pkg-config/repos (6 files)
Allan McRae
allan at archlinux.org
Thu Nov 3 12:12:52 UTC 2011
Date: Thursday, November 3, 2011 @ 08:12:51
Author: allan
Revision: 141947
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
pkg-config/repos/testing-i686/
pkg-config/repos/testing-i686/PKGBUILD
(from rev 141946, pkg-config/trunk/PKGBUILD)
pkg-config/repos/testing-i686/autoconf-2.66.patch
(from rev 141946, pkg-config/trunk/autoconf-2.66.patch)
pkg-config/repos/testing-x86_64/
pkg-config/repos/testing-x86_64/PKGBUILD
(from rev 141946, pkg-config/trunk/PKGBUILD)
pkg-config/repos/testing-x86_64/autoconf-2.66.patch
(from rev 141946, pkg-config/trunk/autoconf-2.66.patch)
------------------------------------+
testing-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++
testing-i686/autoconf-2.66.patch | 12 +++++++++++
testing-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++
testing-x86_64/autoconf-2.66.patch | 12 +++++++++++
4 files changed, 98 insertions(+)
Copied: pkg-config/repos/testing-i686/PKGBUILD (from rev 141946, pkg-config/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-11-03 12:12:51 UTC (rev 141947)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=pkg-config
+pkgver=0.26
+pkgrel=2
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/"
+license=('GPL')
+groups=('base-devel')
+depends=('glibc' 'popt' 'glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('47525c26a9ba7ba14bf85e01509a7234')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ # Use system popt
+ ./configure --prefix=/usr --with-installed-popt
+
+ make
+}
+
+check() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Copied: pkg-config/repos/testing-i686/autoconf-2.66.patch (from rev 141946, pkg-config/trunk/autoconf-2.66.patch)
===================================================================
--- testing-i686/autoconf-2.66.patch (rev 0)
+++ testing-i686/autoconf-2.66.patch 2011-11-03 12:12:51 UTC (rev 141947)
@@ -0,0 +1,12 @@
+diff -Naur pkg-config-0.25-old//pkg.m4 pkg-config-0.25/pkg.m4
+--- pkg-config-0.25-old//pkg.m4 2009-12-07 06:39:02.000000000 +1000
++++ pkg-config-0.25/pkg.m4 2010-07-15 14:44:37.466942978 +1000
+@@ -135,7 +135,7 @@
+ Consider adjusting the PKG_CONFIG_PATH environment variable if you
+ installed software in a non-standard prefix.
+
+-_PKG_TEXT])dnl
++_PKG_TEXT])[]dnl
+ ])
+ elif test $pkg_failed = untried; then
+ AC_MSG_RESULT([no])
Copied: pkg-config/repos/testing-x86_64/PKGBUILD (from rev 141946, pkg-config/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-03 12:12:51 UTC (rev 141947)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=pkg-config
+pkgver=0.26
+pkgrel=2
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/"
+license=('GPL')
+groups=('base-devel')
+depends=('glibc' 'popt' 'glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('47525c26a9ba7ba14bf85e01509a7234')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ # Use system popt
+ ./configure --prefix=/usr --with-installed-popt
+
+ make
+}
+
+check() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Copied: pkg-config/repos/testing-x86_64/autoconf-2.66.patch (from rev 141946, pkg-config/trunk/autoconf-2.66.patch)
===================================================================
--- testing-x86_64/autoconf-2.66.patch (rev 0)
+++ testing-x86_64/autoconf-2.66.patch 2011-11-03 12:12:51 UTC (rev 141947)
@@ -0,0 +1,12 @@
+diff -Naur pkg-config-0.25-old//pkg.m4 pkg-config-0.25/pkg.m4
+--- pkg-config-0.25-old//pkg.m4 2009-12-07 06:39:02.000000000 +1000
++++ pkg-config-0.25/pkg.m4 2010-07-15 14:44:37.466942978 +1000
+@@ -135,7 +135,7 @@
+ Consider adjusting the PKG_CONFIG_PATH environment variable if you
+ installed software in a non-standard prefix.
+
+-_PKG_TEXT])dnl
++_PKG_TEXT])[]dnl
+ ])
+ elif test $pkg_failed = untried; then
+ AC_MSG_RESULT([no])
More information about the arch-commits
mailing list