diff options
Diffstat (limited to 'community/shapelib/PKGBUILD')
-rw-r--r-- | community/shapelib/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/shapelib/PKGBUILD b/community/shapelib/PKGBUILD index 76a74eca6..d08ab923b 100644 --- a/community/shapelib/PKGBUILD +++ b/community/shapelib/PKGBUILD @@ -1,6 +1,5 @@ -# $Id: PKGBUILD 85552 2013-03-03 03:16:05Z cinelli $ -# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> -# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# $Id: PKGBUILD 90199 2013-05-08 13:40:53Z bpiotrowski $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Bob Finch <w9ya@arrl.net> pkgname=shapelib @@ -11,8 +10,8 @@ arch=('i686' 'x86_64' 'mips64el') url='http://shapelib.maptools.org/' license=('LGPL' 'MIT') options=('!libtool') -source=("http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz" - "LICENSE") +source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz + LICENSE) sha256sums=('23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f' '67e45b04045e27a9d6f64f92b295831b8739b32668ce497d3fa02999e349a789') @@ -25,7 +24,7 @@ build() { } package() { - cd "$pkgname-$pkgver" + cd ${pkgname}-${pkgver} # The Makefile won't install it correctly, this is easier. install -D -m644 libshp.a "$pkgdir/usr/lib/libshp.a" |