updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / xplot / PKGBUILD
blob7b2607fd6645f663a66e3a68da9bb84df646dfd3
1 # Contributor: bb <archlinux@gmx.net>
2 pkgname=xplot
3 pkgver=0.90.7.1
4 pkgrel=2
5 pkgdesc="Reads from a xpl file to generate plots"
6 arch=(i686)
7 url="http://www.xplot.org/"
8 license=('unknown')
9 depends=('libx11')
10 install=${pkgname}.install
11 source=(http://www.xplot.org/xplot/$pkgname-$pkgver.tar.gz)
12 md5sums=('755e32f8ae429f1c546fdeee7c28c92e')
14 build() {
15   cd $startdir/src/$pkgname-$pkgver
16   ./configure --prefix=$startdir/pkg/usr
17   make || return 1
18   make install