talimat 740 B

1234567891011121314151617181920212223242526
  1. # Tanım: Konsol müzik çalar.
  2. # URL: http://moc.daper.net/
  3. # Paketçi: milisarge
  4. # Gerekler: curl libsndfile jack libid3tag libmad
  5. # Grup: medya
  6. isim=moc
  7. surum=2.5.1
  8. devir=1
  9. kaynak=(ftp://ftp.daper.net/pub/soft/$isim/stable/$isim-$surum.tar.bz2)
  10. derle() {
  11. cd $isim-$surum
  12. autoreconf -f -i -Wall,no-obsolete
  13. ./configure --prefix=/usr --without-rcc \
  14. --with-alsa --with-jack --with-aac --with-mp3 \
  15. --with-musepack --with-vorbis --with-flac --with-wavpack \
  16. --with-sndfile --with-modplug --with-ffmpeg --with-speex \
  17. --with-samplerate --with-curl --with-sidplay2 --disable-debug
  18. make
  19. make DESTDIR=$PKG install
  20. install -D -m 0644 -t $PKG/usr/share/moc/ config.example keymap.example
  21. rm -rf $PKG/usr/share/doc
  22. }