contrib/sox/Pkgfile

19 lines
444 B
Plaintext
Raw Normal View History

2006-11-13 21:12:21 +01:00
# Description: audio conversion tools, (c) copyright Lance Norskog
# URL: http://sox.sourceforge.net/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Martin Opel <mo@obbl-net.de>
2006-11-14 22:01:23 +01:00
# Depends on:
2006-11-13 21:12:21 +01:00
name=sox
2006-11-14 22:01:23 +01:00
version=12.18.2
2006-11-13 21:12:21 +01:00
release=1
source="http://dl.sourceforge.net/sourceforge/sox/$name-$version.tar.gz"
build()
{
cd $name-$version
./configure --prefix=/usr
make
make install install-lib prefix=$PKG/usr
}