sndio.paketlendi

This commit is contained in:
milisbir 2017-08-08 00:16:45 +03:00
parent b4ca894a43
commit 3a7f1a6b4b
1 changed files with 16 additions and 0 deletions

View 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
}