20 lines
439 B
Plaintext
20 lines
439 B
Plaintext
|
# Tanım: Ücretsiz, çapraz platform, açık kaynak, ses G/Ç kitaplığı
|
|||
|
# URL: http://www.portaudio.com
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: jack
|
|||
|
|
|||
|
isim=portaudio
|
|||
|
surum=19_20140130
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(http://www.portaudio.com/archives/pa_stable_v${surum}.tgz)
|
|||
|
|
|||
|
derle() {
|
|||
|
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
|
|||
|
}
|