17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
|
# Description: Silicon Graphics Audio File Library
|
||
|
# URL: http://www.68k.org/~michael/audiofile/
|
||
|
# Packager: pierre at nutyx dot org
|
||
|
# 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
|
||
|
}
|