updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / libgle / PKGBUILD
blobabdbd212a764bfd2dce13063ed984e5d6603f817
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
3 pkgname=libgle
4 pkgver=3.1.0
5 pkgrel=1
6 pkgdesc="The GLE Tubing and Extrusion Library"
7 arch=(i686 x86_64)
8 url="http://linas.org/gle/"
9 license=('GPL')
10 depends=('mesa')
11 options=('!libtool')
12 source=("http://downloads.sourceforge.net/project/gle/gle/gle-$pkgver/gle-$pkgver.tar.gz")
13 md5sums=('da5b45c6906343d4a3672c3de35513ad')
15 build() {
16   cd "$srcdir/gle-$pkgver"
18   ./configure --prefix=/usr \
19               --mandir=/usr/share/man \
20               --enable-static=no
21   make
24 package() {
25   cd "$srcdir/gle-$pkgver"
27   make DESTDIR="$pkgdir/" install
30 # vim:set ts=2 sw=2 et: