aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/json-glib/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/json-glib/APKBUILD b/testing/json-glib/APKBUILD
deleted file mode 100644
index c0aed8223f..0000000000
--- a/testing/json-glib/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=json-glib
-pkgver=0.12.2
-pkgrel=0
-pkgdesc="JSON library built on GLib"
-arch="all"
-url="http://live.gnome.org/JsonGlib"
-license="GPL"
-depends=""
-makedepends="gobject-introspection glib-dev"
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://ftp.gnome.org/pub/GNOME/sources/json-glib/0.12/json-glib-$pkgver.tar.bz2"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="71f911329c9f742543b378c3494490da json-glib-0.12.2.tar.bz2"