20 lines
452 B
Plaintext
20 lines
452 B
Plaintext
# Description: Ücretsiz, çapraz platform, açık kaynak, ses G/Ç kitaplığı
|
||
# URL: http://www.portaudio.com
|
||
# Packager: milisarge
|
||
# 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
|
||
}
|