From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- qconf/.footprint.i686 | 14 ++++++++++++++ qconf/.footprint.x86_64 | 14 ++++++++++++++ qconf/.md5sum.i686 | 1 + qconf/.md5sum.x86_64 | 1 + qconf/Pkgfile | 19 +++++++++++++++++++ 5 files changed, 49 insertions(+) create mode 100644 qconf/.footprint.i686 create mode 100644 qconf/.footprint.x86_64 create mode 100644 qconf/.md5sum.i686 create mode 100644 qconf/.md5sum.x86_64 create mode 100755 qconf/Pkgfile (limited to 'qconf') 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 +} + -- cgit v1.2.3-54-g00ecf