updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libbrahe / PKGBUILD
blobc1a7cfebf268d714793d89a937752cd9e90f7a82
1 # Contributor: Christopher Schwaab -- christopher.schwaab gmail
2 pkgname=libbrahe
3 pkgver=1.1.0
4 pkgrel=1
5 pkgdesc="A collection of auxiliary mathematic functions."
6 url="http://www.coyotegulch.com/products/brahe/"
7 arch=('x86_64' 'i686')
8 license="GPL"
9 depends=('glibc')
10 source="http://www.coyotegulch.com/distfiles/$pkgname-$pkgver.tar.gz"
11 md5sums=('6b02428844db18f8c51e2857346fe132')
13 build() {
14         cd $pkgname-$pkgver
16         ./configure --prefix=/usr || return 1
17         make || return 1
18         make DESTDIR="$pkgdir" install || return 1
20         rm -f "$pkgdir/usr/lib/libbrahe.la"