updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / goptical / PKGBUILD
blob8c219c4f97aa5ec85263a34fca73b0c9fa04ce83
1 # Maintainer: Alexandre Becoulet <alexandre.becoulet@free.fr>
3 pkgname=goptical
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="The GNU Optical design and simulation library"
7 arch=('i686' 'x86_64')
8 url="http://www.gnu.org/software/goptical/"
9 license=('GPL3')
10 depends=("gsl")
11 options=(libtool)
12 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   ./configure --prefix=/usr --disable-tests || return 1
18   make || return 1
19   make DESTDIR="$pkgdir/" install
22 md5sums=('a65d1dc6af36d481ef8ea34a0ccd9823')