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/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 qconf/Pkgfile (limited to 'qconf/Pkgfile') 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-70-g09d2