# Description: Silicon Graphics ses dosyası kitaplığı
# URL: http://www.68k.org/~michael/audiofile/
# Packager: milisarge
# Depends on: alsa-lib

name=audiofile
version=0.3.6
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
