summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-10-24 15:25:16 +0200
committerJose V Beneyto <sepen@users.sourceforge.net>2008-10-24 15:25:16 +0200
commit95b20dafdf1ccd337685de8f2a1dee1483d210ae (patch)
tree4bc282b75fa92b01ce13d38ed00c1ef10e502289
parente1a208ac82aa1ada86f395c783504326046a2e58 (diff)
downloadcontrib-95b20dafdf1ccd337685de8f2a1dee1483d210ae.tar.gz
contrib-95b20dafdf1ccd337685de8f2a1dee1483d210ae.tar.xz
shntool: New port.
-rw-r--r--shntool/.footprint20
-rw-r--r--shntool/.md5sum1
-rw-r--r--shntool/Pkgfile18
3 files changed, 39 insertions, 0 deletions
diff --git a/shntool/.footprint b/shntool/.footprint
new file mode 100644
index 000000000..34f13d7d7
--- /dev/null
+++ b/shntool/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/shncat -> shntool
+lrwxrwxrwx root/root usr/bin/shncmp -> shntool
+lrwxrwxrwx root/root usr/bin/shnconv -> shntool
+lrwxrwxrwx root/root usr/bin/shncue -> shntool
+lrwxrwxrwx root/root usr/bin/shnfix -> shntool
+lrwxrwxrwx root/root usr/bin/shngen -> shntool
+lrwxrwxrwx root/root usr/bin/shnhash -> shntool
+lrwxrwxrwx root/root usr/bin/shninfo -> shntool
+lrwxrwxrwx root/root usr/bin/shnjoin -> shntool
+lrwxrwxrwx root/root usr/bin/shnlen -> shntool
+lrwxrwxrwx root/root usr/bin/shnpad -> shntool
+lrwxrwxrwx root/root usr/bin/shnsplit -> shntool
+lrwxrwxrwx root/root usr/bin/shnstrip -> shntool
+-rwxr-xr-x root/root usr/bin/shntool
+lrwxrwxrwx root/root usr/bin/shntrim -> shntool
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/shntool.1.gz
diff --git a/shntool/.md5sum b/shntool/.md5sum
new file mode 100644
index 000000000..0148d5d59
--- /dev/null
+++ b/shntool/.md5sum
@@ -0,0 +1 @@
+a8edabce0ad407c31247ea7a6c70de3a shntool-3.0.1.tar.gz
diff --git a/shntool/Pkgfile b/shntool/Pkgfile
new file mode 100644
index 000000000..6a1eb7b52
--- /dev/null
+++ b/shntool/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Multi-purpose WAVE data processing and reporting utility
+# URL: http://www.etree.org/shnutils/shntool/
+# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
+# Packager: Han Boetes, han at mijncomputer dot nl
+# Depends on:
+
+name=shntool
+version=3.0.1
+release=1
+source=(http://www.etree.org/shnutils/shntool/dist/src/shntool-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit