sndio.paketlendi
This commit is contained in:
parent
b4ca894a43
commit
3a7f1a6b4b
1 changed files with 16 additions and 0 deletions
16
talimatname/genel/sndio/talimat
Normal file
16
talimatname/genel/sndio/talimat
Normal file
|
@ -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…
Add table
Reference in a new issue