summaryrefslogtreecommitdiff
path: root/testing/json-c/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/json-c/PKGBUILD')
-rw-r--r--testing/json-c/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/json-c/PKGBUILD b/testing/json-c/PKGBUILD
deleted file mode 100644
index 2f689ba64..000000000
--- a/testing/json-c/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier@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"
-}