summaryrefslogtreecommitdiffstats
path: root/extra/qconf
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/qconf
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/qconf')
-rw-r--r--extra/qconf/.footprint.i68614
-rw-r--r--extra/qconf/.footprint.x86_6414
-rw-r--r--extra/qconf/.md5sum.i6861
-rw-r--r--extra/qconf/.md5sum.x86_641
-rwxr-xr-xextra/qconf/Pkgfile19
5 files changed, 0 insertions, 49 deletions
diff --git a/extra/qconf/.footprint.i686 b/extra/qconf/.footprint.i686
deleted file mode 100644
index 9b41f06c6..000000000
--- a/extra/qconf/.footprint.i686
+++ /dev/null
@@ -1,14 +0,0 @@
-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/.footprint.x86_64 b/extra/qconf/.footprint.x86_64
deleted file mode 100644
index 9b41f06c6..000000000
--- a/extra/qconf/.footprint.x86_64
+++ /dev/null
@@ -1,14 +0,0 @@
-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
deleted file mode 100644
index cc36c85c1..000000000
--- a/extra/qconf/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-e0080044f88c31e032008d5a5682a112 qconf-1.4.tar.bz2
diff --git a/extra/qconf/.md5sum.x86_64 b/extra/qconf/.md5sum.x86_64
deleted file mode 100644
index cc36c85c1..000000000
--- a/extra/qconf/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-e0080044f88c31e032008d5a5682a112 qconf-1.4.tar.bz2
diff --git a/extra/qconf/Pkgfile b/extra/qconf/Pkgfile
deleted file mode 100755
index 58f06a374..000000000
--- a/extra/qconf/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
-