portaudio: initial add, v19 snapshot
This commit is contained in:
parent
49e691e1d4
commit
4f117a25d1
11
portaudio/.footprint
Normal file
11
portaudio/.footprint
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/portaudio.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/libportaudio.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/libportaudio.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libportaudio.so -> libportaudio.so.2.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libportaudio.so.2 -> libportaudio.so.2.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libportaudio.so.2.0.0
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/portaudio-2.0.pc
|
1
portaudio/.md5sum
Normal file
1
portaudio/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
e588c90d578eeae4a2ab452717788319 pa_snapshot_v19.tar.gz
|
15
portaudio/Pkgfile
Normal file
15
portaudio/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
|
||||||
|
# Description: A free, cross platform, open source audio I/O library
|
||||||
|
# URL: http://portaudio.com
|
||||||
|
# Depends on: alsa-lib
|
||||||
|
|
||||||
|
name=portaudio
|
||||||
|
version=v19-snapshot
|
||||||
|
release=1
|
||||||
|
source=(http://portaudio.com/archives/pa_snapshot_v19.tar.gz)
|
||||||
|
|
||||||
|
build(){
|
||||||
|
cd $name
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make && make DESTDIR=$PKG install
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user