diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
commit | 1f07d5e6d90c004e1219309a11e8660953be99dc (patch) | |
tree | b0628d7042c02eb6130e649f1a49b755abdf81ed /shntool | |
parent | 610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff) | |
download | contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz |
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'shntool')
-rw-r--r-- | shntool/.footprint | 18 | ||||
-rw-r--r-- | shntool/.md5sum | 1 | ||||
-rw-r--r-- | shntool/Pkgfile | 21 |
3 files changed, 0 insertions, 40 deletions
diff --git a/shntool/.footprint b/shntool/.footprint deleted file mode 100644 index 808632259..000000000 --- a/shntool/.footprint +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index 783cb137d..000000000 --- a/shntool/.md5sum +++ /dev/null @@ -1 +0,0 @@ -7cdc5049023067fa532ef7010c187349 shntool-2.0.3.tar.gz diff --git a/shntool/Pkgfile b/shntool/Pkgfile deleted file mode 100644 index a5d95da89..000000000 --- a/shntool/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -} |