summaryrefslogtreecommitdiff
path: root/manualPorts/shntool/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-12-08 21:52:55 +0100
committerErich Eckner <git@eckner.net>2019-12-08 21:52:55 +0100
commitc51d03261ea2ece10a60dcaf164de70fc52025f0 (patch)
treea557af52fe3b08ff3460a74811a6b4623c3e3318 /manualPorts/shntool/Pkgfile
parent37b843f0b9bd4e2b02acc26011a76891db2913dd (diff)
downloadcrux-ports-c51d03261ea2ece10a60dcaf164de70fc52025f0.tar.xz
shntool new
Diffstat (limited to 'manualPorts/shntool/Pkgfile')
-rw-r--r--manualPorts/shntool/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/manualPorts/shntool/Pkgfile b/manualPorts/shntool/Pkgfile
new file mode 100644
index 0000000..0f146f4
--- /dev/null
+++ b/manualPorts/shntool/Pkgfile
@@ -0,0 +1,22 @@
+# Description: A multi-purpose WAVE data processing and reporting utility
+# URL: http://shnutils.freeshell.org/shntool/
+# Maintainer: Erich Eckner, crux at eckner dot net
+
+name=shntool
+version=3.0.10
+release=1
+source=("http://shnutils.freeshell.org/shntool/dist/src/${name}-${version}.tar.gz"
+'shntool-3.0.10-large-size.diff' 'shntool-3.0.10-large-times.diff')
+
+build() {
+
+ cd ${name}-${version}
+
+ patch -Np1 < "../shntool-3.0.10-large-size.diff"
+ patch -Np1 < "../shntool-3.0.10-large-times.diff"
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+}