summaryrefslogtreecommitdiffstats
path: root/qjson/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'qjson/Pkgfile')
-rw-r--r--qjson/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/qjson/Pkgfile b/qjson/Pkgfile
new file mode 100644
index 000000000..8a386209c
--- /dev/null
+++ b/qjson/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Librairie JSON en Qt
+# URL: http://qjson.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: cmake, qt
+# Run on: qt
+
+name=qjson
+version=0.7.1
+release=1
+
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 )
+
+build() {
+ cd $SRC
+ mkdir build
+ cd build
+ cmake ../$name \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+ make DESTDIR=$PKG install
+}
+
+
+