summaryrefslogtreecommitdiffstats
path: root/json-glib/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/Pkgfile')
-rw-r--r--json-glib/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/json-glib/Pkgfile b/json-glib/Pkgfile
new file mode 100644
index 000000000..e4f54785f
--- /dev/null
+++ b/json-glib/Pkgfile
@@ -0,0 +1,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.14.2
+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
+}
+