mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/json-glib: new aport
JSON library built on GLib http://live.gnome.org/JsonGlib
This commit is contained in:
parent
f797e806de
commit
5dcfde2881
26
testing/json-glib/APKBUILD
Normal file
26
testing/json-glib/APKBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# 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"
|
||||
Loading…
x
Reference in New Issue
Block a user