summaryrefslogtreecommitdiffstats
path: root/qconf
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /qconf
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'qconf')
-rw-r--r--qconf/.footprint.i68614
-rw-r--r--qconf/.footprint.x86_6414
-rw-r--r--qconf/.md5sum.i6861
-rw-r--r--qconf/.md5sum.x86_641
-rwxr-xr-xqconf/Pkgfile19
5 files changed, 49 insertions, 0 deletions
diff --git a/qconf/.footprint.i686 b/qconf/.footprint.i686
new file mode 100644
index 000000000..9b41f06c6
--- /dev/null
+++ b/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/qconf/.footprint.x86_64 b/qconf/.footprint.x86_64
new file mode 100644
index 000000000..9b41f06c6
--- /dev/null
+++ b/qconf/.footprint.x86_64
@@ -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/qconf/.md5sum.i686 b/qconf/.md5sum.i686
new file mode 100644
index 000000000..cc36c85c1
--- /dev/null
+++ b/qconf/.md5sum.i686
@@ -0,0 +1 @@
+e0080044f88c31e032008d5a5682a112 qconf-1.4.tar.bz2
diff --git a/qconf/.md5sum.x86_64 b/qconf/.md5sum.x86_64
new file mode 100644
index 000000000..cc36c85c1
--- /dev/null
+++ b/qconf/.md5sum.x86_64
@@ -0,0 +1 @@
+e0080044f88c31e032008d5a5682a112 qconf-1.4.tar.bz2
diff --git a/qconf/Pkgfile b/qconf/Pkgfile
new file mode 100755
index 000000000..58f06a374
--- /dev/null
+++ b/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
+}
+