sndio.paketlendi
This commit is contained in:
parent
b4ca894a43
commit
3a7f1a6b4b
|
@ -0,0 +1,16 @@
|
|||
# Description: Small audio and MIDI framework part of the OpenBSD project.
|
||||
# URL: http://www.sndio.org/
|
||||
# Packager: milisarge
|
||||
# Depends on: alsa-lib
|
||||
|
||||
name=sndio
|
||||
version=1.2.0
|
||||
release=1
|
||||
source=(http://www.sndio.org/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
Reference in New Issue