updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / libqu / PKGBUILD
blobfca539e6a824af62c509e4146223a38ec9ac8752
1 # Contributor: Christoph Zeiler <rabyte*gmail>
2 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> 
3 pkgname=libqu
4 pkgver=1.24.02
5 pkgrel=1
6 pkgdesc="A library providing functions and classes for the Qu programming language"
7 arch=('i686' 'x86_64')
8 url="http://www.qu-lang.org/"
9 license=('GPL')
10 source=(http://www.qu-lang.org/qu-latest.tar.gz)
11 md5sums=('8df1092c35e52350ba08dfc486eb69b8')
13 build() {
14   cd qu
15   ./configure
16   cd src
17   rm -f qu.o
18   mkdir -p $pkgdir/usr/lib
19   make libdir=$pkgdir/usr/lib libqu || return 1
20   ln -sf libqu.$pkgver.so $pkgdir/usr/lib/libqu.so