updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / geomview / PKGBUILD
bloba275e31f8c4c3f67b8444bc1c03897ec76220301
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=geomview
4 pkgver=1.9.4
5 pkgrel=2
6 pkgdesc="Geomview is an interactive 3D viewing program that lets you view and manipulate three-dimensional objects"
7 arch=('i686' 'x86_64')
8 url="http://www.geomview.org/"
9 license=('GPL')
10 depends=('mesa' 'openmotif')
11 source=(http://personal.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/src/releases/$pkgname-$pkgver.tar.gz)
12 md5sums=('29c7e6d678af7b9968980f92954419bb')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
17   ./configure --prefix=/usr
18   make
19   make DESTDIR=$pkgdir install