diff options
author | tnut <tnut at nutyx dot com> | 2011-05-03 04:43:48 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-03 04:43:48 +0200 |
commit | 5477d75e1bd1fa57ea695acda5ec813e762827b0 (patch) | |
tree | 39390967bd21d282830840059263b63444a53185 /extra/qjson/Pkgfile | |
parent | cd73f0ef60e83c98d7279e8ea5f578ab582ba648 (diff) | |
download | nutyx-pakxe-5477d75e1bd1fa57ea695acda5ec813e762827b0.tar.gz nutyx-pakxe-5477d75e1bd1fa57ea695acda5ec813e762827b0.tar.bz2 nutyx-pakxe-5477d75e1bd1fa57ea695acda5ec813e762827b0.tar.xz nutyx-pakxe-5477d75e1bd1fa57ea695acda5ec813e762827b0.zip |
qjson, déplacé ds extra et maj des dépendances
Diffstat (limited to 'extra/qjson/Pkgfile')
-rw-r--r-- | extra/qjson/Pkgfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/qjson/Pkgfile b/extra/qjson/Pkgfile new file mode 100644 index 000000000..8a386209c --- /dev/null +++ b/extra/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 +} + + + |