From 286c9aa68fa8ba265b99531e17f1708f65276c32 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sun, 4 Oct 2020 15:35:51 +0000 Subject: json-c: move to core --- abs/extra/json-c/PKGBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 abs/extra/json-c/PKGBUILD diff --git a/abs/extra/json-c/PKGBUILD b/abs/extra/json-c/PKGBUILD deleted file mode 100644 index d4795e3..0000000 --- a/abs/extra/json-c/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Geoffroy Carrier -# Contributor: congyiwu - -pkgname=json-c -pkgver=0.13 -pkgrel=1 -pkgdesc='A JSON implementation in C' -url='https://github.com/json-c/json-c/wiki' -license=(MIT) -arch=('x86_64') -depends=('glibc') -source=('https://github.com/json-c/json-c/archive/json-c-0.13-20171207.tar.gz') -sha256sums=('26e642456caab38aa9459279b9712ffec52f751e9f46641d28461c244bd6bae6') - -build() { - cd $pkgname-$pkgname-$pkgver-20171207 - CFLAGS="$CFLAGS -Wno-error" - ./configure --prefix=/usr --disable-static - make -} - -check() { - cd $pkgname-$pkgname-$pkgver-20171207 - make check -} - -package() { - cd $pkgname-$pkgname-$pkgver-20171207 - make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} -- cgit v0.12