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

Johannes Löthberg demize at archlinux.org
Tue Aug 9 07:43:54 UTC 2016


    Date: Tuesday, August 9, 2016 @ 07:43:54
  Author: demize
Revision: 186185

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

Added:
  pkgconf/repos/community-i686/
  pkgconf/repos/community-i686/PKGBUILD
    (from rev 186184, pkgconf/trunk/PKGBUILD)
  pkgconf/repos/community-x86_64/
  pkgconf/repos/community-x86_64/PKGBUILD
    (from rev 186184, pkgconf/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: pkgconf/repos/community-i686/PKGBUILD (from rev 186184, pkgconf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-09 07:43:54 UTC (rev 186185)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
+# Contributor: Lucy <lucy at luz.lu>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=pkgconf
+pkgver=0.9.12
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("http://rabbit.dereferenced.org/~nenolod/distfiles/pkgconf-$pkgver.tar.gz")
+
+sha256sums=('045700b854c4ba3cc43b97c608013c22b75f0f6c5498f5ab431ad51a33049fd0')
+
+build() {
+	cd pkgconf-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd pkgconf-$pkgver
+	make DESTDIR="$pkgdir" install
+	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: pkgconf/repos/community-x86_64/PKGBUILD (from rev 186184, pkgconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-09 07:43:54 UTC (rev 186185)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
+# Contributor: Lucy <lucy at luz.lu>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=pkgconf
+pkgver=0.9.12
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("http://rabbit.dereferenced.org/~nenolod/distfiles/pkgconf-$pkgver.tar.gz")
+
+sha256sums=('045700b854c4ba3cc43b97c608013c22b75f0f6c5498f5ab431ad51a33049fd0')
+
+build() {
+	cd pkgconf-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd pkgconf-$pkgver
+	make DESTDIR="$pkgdir" install
+	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list