diff options
author | sibel <lesibel@free.fr> | 2011-04-29 11:36:43 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-29 11:36:43 +0200 |
commit | 117850ded62cfd8613a0aa8954cd4d2a3a0cc25d (patch) | |
tree | 2280f67f06021f57f50783db84bfa9f332a9d312 /base/qjson | |
parent | 819146302505e96a555d03acb46cb7663e35a9a0 (diff) | |
download | nutyx-extra-117850ded62cfd8613a0aa8954cd4d2a3a0cc25d.tar.gz nutyx-extra-117850ded62cfd8613a0aa8954cd4d2a3a0cc25d.tar.bz2 nutyx-extra-117850ded62cfd8613a0aa8954cd4d2a3a0cc25d.tar.xz nutyx-extra-117850ded62cfd8613a0aa8954cd4d2a3a0cc25d.zip |
version ajout 0.7.1
Diffstat (limited to 'base/qjson')
-rw-r--r-- | base/qjson/.footprint.x86_64 | 20 | ||||
-rw-r--r-- | base/qjson/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/qjson/Pkgfile | 24 |
3 files changed, 45 insertions, 0 deletions
diff --git a/base/qjson/.footprint.x86_64 b/base/qjson/.footprint.x86_64 new file mode 100644 index 000000000..e88a47b36 --- /dev/null +++ b/base/qjson/.footprint.x86_64 @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/qjson/ +-rw-r--r-- root/root usr/include/qjson/parser.h +-rw-r--r-- root/root usr/include/qjson/parserrunnable.h +-rw-r--r-- root/root usr/include/qjson/qjson_export.h +-rw-r--r-- root/root usr/include/qjson/qobjecthelper.h +-rw-r--r-- root/root usr/include/qjson/serializer.h +-rw-r--r-- root/root usr/include/qjson/serializerrunnable.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libqjson.so -> libqjson.so.0 +lrwxrwxrwx root/root usr/lib/libqjson.so.0 -> libqjson.so.0.7.1 +-rwxr-xr-x root/root usr/lib/libqjson.so.0.7.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/QJson.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/apps/ +drwxr-xr-x root/root usr/share/apps/cmake/ +drwxr-xr-x root/root usr/share/apps/cmake/modules/ +-rw-r--r-- root/root usr/share/apps/cmake/modules/FindQJSON.cmake diff --git a/base/qjson/.md5sum.x86_64 b/base/qjson/.md5sum.x86_64 new file mode 100644 index 000000000..880a407f7 --- /dev/null +++ b/base/qjson/.md5sum.x86_64 @@ -0,0 +1 @@ +5a833ad606c164ed8aa69f0873366ace qjson-0.7.1.tar.bz2 diff --git a/base/qjson/Pkgfile b/base/qjson/Pkgfile new file mode 100644 index 000000000..9424f0a1e --- /dev/null +++ b/base/qjson/Pkgfile @@ -0,0 +1,24 @@ +# Description: Librairie JSON en Qt +# URL: http://qjson.sourceforge.net +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr + +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 +} + + + |