1 # Maintainer: Alexandre Becoulet <alexandre.becoulet@free.fr>
6 pkgdesc="Make Qt4 applications scriptable using the Lua scripting language"
8 url="http://www.nongnu.org/libqtlua/"
10 depends=("qt>=4.2.0" "lua>=5.0.0")
12 source=(http://download.savannah.gnu.org/releases/libqtlua/$pkgname-$pkgver.tar.gz)
15 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr --disable-examples || return 1
19 make DESTDIR="$pkgdir/" install
22 md5sums=('6958b0f71da6ab93c72c68e9652c07f7')