[arch-commits] Commit in pkg-config/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Apr 21 08:02:52 UTC 2017


    Date: Friday, April 21, 2017 @ 08:02:49
  Author: bpiotrowski
Revision: 293786

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pkg-config/repos/testing-i686/
  pkg-config/repos/testing-i686/PKGBUILD
    (from rev 293785, pkg-config/trunk/PKGBUILD)
  pkg-config/repos/testing-x86_64/
  pkg-config/repos/testing-x86_64/PKGBUILD
    (from rev 293785, pkg-config/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: pkg-config/repos/testing-i686/PKGBUILD (from rev 293785, pkg-config/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-04-21 08:02:49 UTC (rev 293786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=pkg-config
+pkgver=0.29.2
+pkgrel=1
+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=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('f6e931e319531b736fadc017f470e68a'
+         'SKIP')
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --build=$CHOST --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pkg-config/repos/testing-x86_64/PKGBUILD (from rev 293785, pkg-config/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-04-21 08:02:49 UTC (rev 293786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=pkg-config
+pkgver=0.29.2
+pkgrel=1
+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=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('f6e931e319531b736fadc017f470e68a'
+         'SKIP')
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --build=$CHOST --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list