summaryrefslogtreecommitdiffstats
path: root/qconf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'qconf/Pkgfile')
-rwxr-xr-xqconf/Pkgfile19
1 files changed, 19 insertions, 0 deletions
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
+}
+