talimat 465 B

123456789101112131415161718192021
  1. # Tanım: Ücretsiz, çapraz platform, açık kaynak, ses G/Ç kitaplığı
  2. # URL: http://www.portaudio.com
  3. # Paketçi: milisarge
  4. # Gerekler: jack
  5. # Grup: kütüphane medya
  6. isim=portaudio
  7. surum=19_20140130
  8. devir=1
  9. kaynak=(http://www.portaudio.com/archives/pa_stable_v${surum}.tgz)
  10. derle() {
  11. cd portaudio
  12. ./configure --prefix=/usr --enable-cxx
  13. make||make -j1
  14. make DESTDIR=$PKG install
  15. install -Dm0644 LICENSE.txt $SRC/usr/share/licenses/portaudio/LICENSE.txt
  16. }