summaryrefslogtreecommitdiffstats
path: root/extra/qconf/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-09 14:33:00 +0200
committertnut <tnut at nutyx dot com>2011-10-09 14:33:00 +0200
commit6ba06f921ba39b2c716882a5aa8671c69927ec27 (patch)
treed0cbfed5e0985e47befaac46c6af91527cc61ce7 /extra/qconf/Pkgfile
parentf6c18f2c4afaac4bfad50252d774d2f578324ff5 (diff)
downloadnutyx-extra-6ba06f921ba39b2c716882a5aa8671c69927ec27.tar.gz
nutyx-extra-6ba06f921ba39b2c716882a5aa8671c69927ec27.tar.bz2
nutyx-extra-6ba06f921ba39b2c716882a5aa8671c69927ec27.tar.xz
nutyx-extra-6ba06f921ba39b2c716882a5aa8671c69927ec27.zip
ajout qconf 1.4-1
Diffstat (limited to 'extra/qconf/Pkgfile')
-rwxr-xr-xextra/qconf/Pkgfile19
1 files changed, 19 insertions, 0 deletions
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
+}
+