updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / pure-csv / PKGBUILD
blob917efdbb3659575289f07c4ab3152209116cd33b
1 pkgname=pure-csv
2 pkgver=1.5
3 pkgrel=1
4 pkgdesc="A Pure module for reading and writing Comma Separated Value (CSV) files"
5 arch=("i686" "x86_64")
6 license=('custom')
7 url="http://code.google.com/p/pure-lang"
8 depends=('pure')
9 makedepends=('make' 'gcc' 'bison' 'flex')
10 source=("http://pure-lang.googlecode.com/files/$pkgname-$pkgver.tar.gz")
11 sha1sums=('1d4801ad298801d6cf47de2259f98ca16ba3f89c')
13 build() {
14         cd $startdir/src/$pkgname-$pkgver
16         make || return 1
17         make DESTDIR=$startdir/pkg install || return 1