1 # Contributor: DsTr <kostindima@gmail.com>
6 pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
8 url="http://delta.affinix.com/qconf/"
15 source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
16 md5sums=(e0080044f88c31e032008d5a5682a112)
19 cd $srcdir/qconf-$pkgver
20 ./configure --prefix=/usr
22 make INSTALL_ROOT="$pkgdir" install