milis/talimatname/genel/portaudio/talimat

20 lines
452 B
Plaintext
Raw Normal View History

2017-04-12 10:52:44 +02:00
# Description: Ücretsiz, çapraz platform, açık kaynak, ses G/Ç kitaplığı
2016-02-24 01:27:23 +01:00
# URL: http://www.portaudio.com
2017-04-12 10:52:44 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: jack
name=portaudio
version=19_20140130
release=1
source=(http://www.portaudio.com/archives/pa_stable_v${version}.tgz)
build() {
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
}