summaryrefslogtreecommitdiff
path: root/community/shntool
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-20 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2011-11-20 23:14:50 +0000
commit70b4878648fd376433739bd5c835503f6301a5b2 (patch)
treec74d46f8e06305505e381202251b6f71ca33c3e7 /community/shntool
parenta3024f8996981b28ced27466cbd1d4ab40e57324 (diff)
Sun Nov 20 23:14:50 UTC 2011
Diffstat (limited to 'community/shntool')
-rw-r--r--community/shntool/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/shntool/PKGBUILD b/community/shntool/PKGBUILD
index 1d8db06de..ea261ecea 100644
--- a/community/shntool/PKGBUILD
+++ b/community/shntool/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=shntool
pkgver=3.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="A multi-purpose WAVE data processing and reporting utility"
arch=('i686' 'x86_64')
url="http://www.etree.org/shnutils/shntool/"
@@ -15,13 +15,13 @@ md5sums=('5d41f8f42c3c15e3145a7a43539c3eae')
sha1sums=('7a2bc8801e180cf582f0e39775603582e35d50d2')
build() {
- cd ${pkgname}-${pkgver}
+ cd "${srcdir}"/${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
}
# vim:set ts=2 sw=2 et: