talimat 452 B

1234567891011121314151617181920
  1. # Description: Ücretsiz, çapraz platform, açık kaynak, ses G/Ç kitaplığı
  2. # URL: http://www.portaudio.com
  3. # Packager: milisarge
  4. # Depends on: jack
  5. name=portaudio
  6. version=19_20140130
  7. release=1
  8. source=(http://www.portaudio.com/archives/pa_stable_v${version}.tgz)
  9. build() {
  10. cd portaudio
  11. ./configure --prefix=/usr --enable-cxx
  12. make||make -j1
  13. make DESTDIR=$PKG install
  14. install -Dm0644 LICENSE.txt $SRC/usr/share/licenses/portaudio/LICENSE.txt
  15. }