sox: taken over

This commit is contained in:
Danny Rawlins 2006-12-20 19:30:52 +11:00
parent 316d888c31
commit 3464c95eb3
3 changed files with 37 additions and 0 deletions

19
sox/.footprint Normal file
View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/libst-config
-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/include/
-rw-r--r-- root/root usr/include/st.h
-rw-r--r-- root/root usr/include/ststdint.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libst.a
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
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libst.3.gz

1
sox/.md5sum Normal file
View File

@ -0,0 +1 @@
ba25e512a6c824d6e56d76767a18af99 sox-12.18.2.tar.gz

17
sox/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Audio conversion tools, (c) copyright Lance Norskog.
# URL: http://sox.sourceforge.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: libvorbis libmad lame alsa-lib
name=sox
version=12.18.2
release=1
source=(http://dl.sourceforge.net/sourceforge/sox/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make && make prefix=$PKG/usr install install-lib
}