updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libqtlua / PKGBUILD
blob9bfad2a33f149d01fcec400460e8acf5ae807b07
1 # Maintainer: Alexandre Becoulet <alexandre.becoulet@free.fr>
3 pkgname=libqtlua
4 pkgver=1.4
5 pkgrel=1
6 pkgdesc="Make Qt4 applications scriptable using the Lua scripting language"
7 arch=('i686' 'x86_64')
8 url="http://www.nongnu.org/libqtlua/"
9 license=('LGPL3')
10 depends=("qt>=4.7.0" "lua>=5.0.0")
11 options=(libtool)
12 source=(http://download.savannah.gnu.org/releases/libqtlua/$pkgname-$pkgver.tar.gz)
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   ./configure --prefix=/usr --disable-examples || return 1
18   make || return 1
19   make DESTDIR="$pkgdir/" install
22 md5sums=('2c35dde691be6b8e8cfd6aebc6711fb8')