summaryrefslogtreecommitdiff
path: root/shntool
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-11-13 21:12:21 +0100
committerHan Boetes <han@mijncomputer.nl>2006-11-13 21:12:21 +0100
commit32295a9faf0f964a313a84bb5a4e3fdeaf15e72f (patch)
tree48bd60cc85026b7f5effe956cd01e09d1e66234c /shntool
parent4d6af94f215944409f18f85d1804bc04c3d32efd (diff)
downloadcontrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.gz
contrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.xz
abiword: initial release
Diffstat (limited to 'shntool')
-rw-r--r--shntool/.footprint18
-rw-r--r--shntool/.md5sum1
-rw-r--r--shntool/Pkgfile20
3 files changed, 39 insertions, 0 deletions
diff --git a/shntool/.footprint b/shntool/.footprint
new file mode 100644
index 000000000..808632259
--- /dev/null
+++ b/shntool/.footprint
@@ -0,0 +1,18 @@
+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/shninfo -> shntool
+lrwxrwxrwx root/root usr/bin/shnjoin -> shntool
+lrwxrwxrwx root/root usr/bin/shnlen -> shntool
+lrwxrwxrwx root/root usr/bin/shnmd5 -> 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
+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..783cb137d
--- /dev/null
+++ b/shntool/.md5sum
@@ -0,0 +1 @@
+7cdc5049023067fa532ef7010c187349 shntool-2.0.3.tar.gz
diff --git a/shntool/Pkgfile b/shntool/Pkgfile
new file mode 100644
index 000000000..111952862
--- /dev/null
+++ b/shntool/Pkgfile
@@ -0,0 +1,20 @@
+# Description: multi-purpose WAVE data processing and reporting utility
+# URL: http://www.etree.org/shnutils/shntool/
+# Maintainer: Han Boetes <han@mijncomputer.nl>
+# Packager: Han Boetes <han@mijncomputer.nl>
+# Depends on:
+# Nice to have: anything that does audio, cuetools
+
+name=shntool
+version=2.0.3
+release=1
+source="http://www.etree.org/shnutils/$name/source/$name-$version.tar.gz"
+
+build() {
+ cd $name-$version
+ ./configure \
+ --prefix=/usr \
+ --disable-nls
+ make
+ make install DESTDIR=$PKG
+}

Generated by cgit