milis/talimatname/genel/json-glib/talimat

17 lines
424 B
Plaintext
Raw Normal View History

2017-01-31 02:35:21 +01:00
# Description: Provide serialization and deserialization support for the JavaScript Object Notation
2016-02-24 01:27:23 +01:00
# URL: http://live.gnome.org/JsonGlib
2017-01-31 02:35:21 +01:00
# Packager: milisarge
# Depends on: gobject-introspection
2016-02-24 01:27:23 +01:00
name=json-glib
version=1.0.4
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz )
2017-01-31 02:35:21 +01:00
build() {
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}