From 5477d75e1bd1fa57ea695acda5ec813e762827b0 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 3 May 2011 04:43:48 +0200 Subject: qjson, déplacé ds extra et maj des dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/qjson/.footprint.x86_64 | 20 -------------------- base/qjson/.md5sum.x86_64 | 1 - base/qjson/Pkgfile | 24 ------------------------ extra/qjson/.footprint.x86_64 | 20 ++++++++++++++++++++ extra/qjson/.md5sum.i686 | 1 + extra/qjson/.md5sum.x86_64 | 1 + extra/qjson/Pkgfile | 26 ++++++++++++++++++++++++++ 7 files changed, 48 insertions(+), 45 deletions(-) delete mode 100644 base/qjson/.footprint.x86_64 delete mode 100644 base/qjson/.md5sum.x86_64 delete mode 100644 base/qjson/Pkgfile create mode 100644 extra/qjson/.footprint.x86_64 create mode 100644 extra/qjson/.md5sum.i686 create mode 100644 extra/qjson/.md5sum.x86_64 create mode 100644 extra/qjson/Pkgfile diff --git a/base/qjson/.footprint.x86_64 b/base/qjson/.footprint.x86_64 deleted file mode 100644 index e88a47b36..000000000 --- a/base/qjson/.footprint.x86_64 +++ /dev/null @@ -1,20 +0,0 @@ -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 deleted file mode 100644 index 880a407f7..000000000 --- a/base/qjson/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -5a833ad606c164ed8aa69f0873366ace qjson-0.7.1.tar.bz2 diff --git a/base/qjson/Pkgfile b/base/qjson/Pkgfile deleted file mode 100644 index 9424f0a1e..000000000 --- a/base/qjson/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -} - - - diff --git a/extra/qjson/.footprint.x86_64 b/extra/qjson/.footprint.x86_64 new file mode 100644 index 000000000..e88a47b36 --- /dev/null +++ b/extra/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/extra/qjson/.md5sum.i686 b/extra/qjson/.md5sum.i686 new file mode 100644 index 000000000..880a407f7 --- /dev/null +++ b/extra/qjson/.md5sum.i686 @@ -0,0 +1 @@ +5a833ad606c164ed8aa69f0873366ace qjson-0.7.1.tar.bz2 diff --git a/extra/qjson/.md5sum.x86_64 b/extra/qjson/.md5sum.x86_64 new file mode 100644 index 000000000..880a407f7 --- /dev/null +++ b/extra/qjson/.md5sum.x86_64 @@ -0,0 +1 @@ +5a833ad606c164ed8aa69f0873366ace qjson-0.7.1.tar.bz2 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 +} + + + -- cgit v1.2.3-54-g00ecf