sox: removed to attic

This commit is contained in:
Simon Gloner 2006-08-02 11:02:44 +00:00
parent 40d8795daa
commit 9b08efafad
3 changed files with 0 additions and 32 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/play
lrwxrwxrwx root/root usr/bin/rec -> play
-rwxr-xr-x root/root usr/bin/sox
-rwxr-xr-x root/root usr/bin/soxmix
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/sox.1.gz
-rw-r--r-- root/root usr/man/man1/soxexam.1.gz
lrwxrwxrwx root/root usr/man/man1/soxmix.1.gz -> sox.1.gz

View File

@ -1 +0,0 @@
b12507493d3c8571fa8b6e70a01d5438 sox-12.18.1.tar.gz

View File

@ -1,20 +0,0 @@
# Description: audio conversion tools
# URL: http://sox.sourceforge.net/
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Martin Opel, mo at obbl-net dot de
name=sox
version=12.18.1
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm $PKG/usr/bin/rec
( cd $PKG/usr/bin; ln -s play rec )
}