[arch-commits] Commit in json-c/repos (3 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 18:59:31 UTC 2011


    Date: Saturday, October 1, 2011 @ 14:59:30
  Author: ibiru
Revision: 139363

db-move: moved json-c from [testing] to [extra] (x86_64)

Added:
  json-c/repos/extra-x86_64/
  json-c/repos/extra-x86_64/PKGBUILD
    (from rev 139207, json-c/repos/testing-x86_64/PKGBUILD)
Deleted:
  json-c/repos/testing-x86_64/

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

Copied: json-c/repos/extra-x86_64/PKGBUILD (from rev 139207, json-c/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 18:59:30 UTC (rev 139363)
@@ -0,0 +1,25 @@
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: congyiwu <congyiwu AT gmail DOT com>
+pkgname=json-c
+pkgver=0.9
+pkgrel=1
+pkgdesc="A JSON implementation in C"
+url="http://oss.metaparadigm.com/json-c/"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('glibc')
+source=(http://oss.metaparadigm.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3a13d264528dcbaf3931b0cede24abae')
+options=(!libtool)
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}




More information about the arch-commits mailing list