milis/talimatname/genel/audiofile/talimat

17 lines
360 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Silicon Graphics Audio File Library
# URL: http://www.68k.org/~michael/audiofile/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
# Depends on: alsa-lib
2016-02-24 01:27:23 +01:00
name=audiofile
version=0.3.6
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}