milis/talimatname/genel/p/portaudio/talimat

20 lines
439 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Ücretsiz, çapraz platform, açık kaynak, ses G/Ç kitaplığı
2016-02-24 02:27:23 +02:00
# URL: http://www.portaudio.com
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: jack
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=portaudio
surum=19_20140130
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://www.portaudio.com/archives/pa_stable_v${surum}.tgz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2016-02-24 02:27:23 +02:00
cd portaudio
./configure --prefix=/usr --enable-cxx
make||make -j1
make DESTDIR=$PKG install
install -Dm0644 LICENSE.txt $SRC/usr/share/licenses/portaudio/LICENSE.txt
}