summaryrefslogtreecommitdiffstats
path: root/extra/json-glib/Pkgfile
blob: 45435b55e1ddd69b91a36fb6bb60ea648791b97e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Librairie JSON batie sur glib
# URL: http://live.gnome.org/JsonGlib
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: gobject-introspection
# Run on:

name=json-glib
version=0.12.2
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/0.12/$name-$version.tar.bz2 )

build() { 
	cd $name-$version
	./configure --prefix=/usr
  	make
  	make DESTDIR=$PKG install
}