diff options
-rw-r--r-- | extra/qconf/.footprint.i686 | 14 | ||||
-rw-r--r-- | extra/qconf/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/qconf/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/qconf/Pkgfile | 19 |
4 files changed, 35 insertions, 0 deletions
diff --git a/extra/qconf/.footprint.i686 b/extra/qconf/.footprint.i686 new file mode 100644 index 000000000..9b41f06c6 --- /dev/null +++ b/extra/qconf/.footprint.i686 @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/qconf +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/qconf/ +drwxr-xr-x root/root usr/share/qconf/conf/ +-rw-r--r-- root/root usr/share/qconf/conf/conf.cpp +-rw-r--r-- root/root usr/share/qconf/conf/conf.pro +-rw-r--r-- root/root usr/share/qconf/conf/conf4.cpp +-rw-r--r-- root/root usr/share/qconf/conf/conf4.h +-rw-r--r-- root/root usr/share/qconf/conf/conf4.pro +drwxr-xr-x root/root usr/share/qconf/modules/ +-rw-r--r-- root/root usr/share/qconf/modules/qt31.qcm +-rw-r--r-- root/root usr/share/qconf/modules/qt41.qcm diff --git a/extra/qconf/.md5sum.i686 b/extra/qconf/.md5sum.i686 new file mode 100644 index 000000000..cc36c85c1 --- /dev/null +++ b/extra/qconf/.md5sum.i686 @@ -0,0 +1 @@ +e0080044f88c31e032008d5a5682a112 qconf-1.4.tar.bz2 diff --git a/extra/qconf/.md5sum.x86_64 b/extra/qconf/.md5sum.x86_64 new file mode 100644 index 000000000..cc36c85c1 --- /dev/null +++ b/extra/qconf/.md5sum.x86_64 @@ -0,0 +1 @@ +e0080044f88c31e032008d5a5682a112 qconf-1.4.tar.bz2 diff --git a/extra/qconf/Pkgfile b/extra/qconf/Pkgfile new file mode 100755 index 000000000..58f06a374 --- /dev/null +++ b/extra/qconf/Pkgfile @@ -0,0 +1,19 @@ +# Description: QConf permet d'avoir de jolies script de configuration pour vos projets basés sur qmake +# URL: http://www.cmake.org +# Maintainer: NuTyX packager team +# Packager: tnut at nutyx dot com +# Depends on: qt +# Run on: qt + +name=qconf +version=1.4 +release=1 +source=(http://delta.affinix.com/download/qconf-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make INSTALL_ROOT=$PKG install +} + |