opt/audiofile/Pkgfile
2006-10-09 23:08:01 +00:00

16 lines
396 B
Plaintext

# Description: Provides a uniform API for accessing many audio file formats
# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
# URL: http://www.68k.org/~michael/audiofile
# Depends on:
name=audiofile
version=0.2.6
release=1
source=(http://www.68k.org/~michael/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
}