From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/shntool/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 community/shntool/PKGBUILD (limited to 'community/shntool') diff --git a/community/shntool/PKGBUILD b/community/shntool/PKGBUILD new file mode 100644 index 000000000..1d8db06de --- /dev/null +++ b/community/shntool/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: schuay +# Contributor: Michal Hybner + +pkgname=shntool +pkgver=3.0.10 +pkgrel=1 +pkgdesc="A multi-purpose WAVE data processing and reporting utility" +arch=('i686' 'x86_64') +url="http://www.etree.org/shnutils/shntool/" +license=('GPL') +options=(!emptydirs) +depends=('glibc') +source=("http://www.etree.org/shnutils/shntool/dist/src/${pkgname}-${pkgver}.tar.gz") +md5sums=('5d41f8f42c3c15e3145a7a43539c3eae') +sha1sums=('7a2bc8801e180cf582f0e39775603582e35d50d2') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} +package() { + cd ${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf