milis/talimatname/genel/json-glib/talimat

17 lines
424 B
Text
Raw Normal View History

2017-01-31 04:35:21 +03:00
# Description: Provide serialization and deserialization support for the JavaScript Object Notation
2016-02-24 02:27:23 +02:00
# URL: http://live.gnome.org/JsonGlib
2017-01-31 04:35:21 +03:00
# Packager: milisarge
# Depends on: gobject-introspection
2016-02-24 02:27:23 +02: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 04:35:21 +03:00
build() {
2016-02-24 02:27:23 +02:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}