# $Id: PKGBUILD 114370 2014-07-01 15:05:41Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: DsTr pkgname=qconf pkgver=1.4 pkgrel=4 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=('qt4') makedepends=() source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2) md5sums=(e0080044f88c31e032008d5a5682a112) build() { cd $srcdir/qconf-$pkgver ./configure --prefix=/usr make } package() { cd $srcdir/qconf-$pkgver make INSTALL_ROOT="$pkgdir" install }