[arch-commits] Commit in (pkgconf pkgconf/repos pkgconf/trunk pkgconf/trunk/PKGBUILD)

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


    Date: Tuesday, August 9, 2016 @ 07:43:40
  Author: demize
Revision: 186184

Import pkgconf

Added:
  pkgconf/
  pkgconf/repos/
  pkgconf/trunk/
  pkgconf/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: pkgconf/trunk/PKGBUILD
===================================================================
--- pkgconf/trunk/PKGBUILD	                        (rev 0)
+++ pkgconf/trunk/PKGBUILD	2016-08-09 07:43:40 UTC (rev 186184)
@@ -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
+}


Property changes on: pkgconf/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list