From eb3d40c72c9dd19f6a5ef79b41e9d8ba73ccd928 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Sep 2011 23:14:36 +0000 Subject: Thu Sep 1 23:14:36 UTC 2011 --- community/qconf/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/qconf/PKGBUILD (limited to 'community/qconf') diff --git a/community/qconf/PKGBUILD b/community/qconf/PKGBUILD new file mode 100644 index 000000000..771a74430 --- /dev/null +++ b/community/qconf/PKGBUILD @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 55030 2011-08-31 16:23:53Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: DsTr + +pkgname=qconf +pkgver=1.4 +pkgrel=2 +pkgdesc="QConf allows you to have a nice configure script for your qmake-based project." +arch=(i686 x86_64) +url="http://delta.affinix.com/qconf/" +license=('GPL') +depends=('qt') +makedepends=() +source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2) +md5sums=(e0080044f88c31e032008d5a5682a112) + +build() { + cd $srcdir/qconf-$pkgver + ./configure --prefix=/usr + make + make INSTALL_ROOT="$pkgdir" install +} -- cgit v1.2.3-54-g00ecf