summaryrefslogtreecommitdiff
path: root/community/shntool
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/shntool
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/shntool')
-rw-r--r--community/shntool/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/shntool/PKGBUILD b/community/shntool/PKGBUILD
deleted file mode 100644
index ea261ecea..000000000
--- a/community/shntool/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: schuay <jakob.gruber@gmail.com>
-# Contributor: Michal Hybner <dta081@gmail.com>
-
-pkgname=shntool
-pkgver=3.0.10
-pkgrel=2
-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 "${srcdir}"/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et: