talimat 367 B

1234567891011121314151617
  1. # Description: Silicon Graphics ses dosyası kitaplığı
  2. # URL: http://www.68k.org/~michael/audiofile/
  3. # Packager: milisarge
  4. # Depends on: alsa-lib
  5. name=audiofile
  6. version=0.3.6
  7. release=1
  8. source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr
  12. make
  13. make DESTDIR=$PKG install
  14. }