17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
# Description: Provide serialization and deserialization support for the JavaScript Object Notation
|
|
# URL: http://live.gnome.org/JsonGlib
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: gobject-introspection
|
|
name=json-glib
|
|
version=1.0.4
|
|
release=1
|
|
|
|
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz )
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|