contrib/sox/Pkgfile

25 lines
589 B
Plaintext
Raw Normal View History

2006-12-20 09:30:52 +01:00
# 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
2007-03-06 16:02:59 +01:00
# Depends on: libvorbis libmad lame alsa-lib libsndfile flac libsamplerate
#12.18.2
2006-12-20 09:30:52 +01:00
name=sox
2007-03-06 16:02:59 +01:00
version=13.0.0
2006-12-20 09:30:52 +01:00
release=1
2007-03-06 16:02:59 +01:00
source=(http://dl.sourceforge.net/sourceforge/sox/sox-$version.tar.gz)
2006-12-20 09:30:52 +01:00
build() {
2007-03-06 16:02:59 +01:00
cd sox-$version
./configure \
--prefix=/usr \
--disable-static \
--with-gnu-ld
make
make prefix=$PKG/usr install
ln -fs /usr/bin/sox $PKG/usr/bin/soxmix
2006-12-20 09:30:52 +01:00
}