testing/sndio: new aport

Small audio and MIDI framework part of the OpenBSD project
http://www.sndio.org/
This commit is contained in:
Natanael Copa 2018-05-21 16:56:52 +00:00
parent 616aa57a8f
commit abfb54c476

27
testing/sndio/APKBUILD Normal file
View File

@ -0,0 +1,27 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sndio
pkgver=1.4.0
pkgrel=0
pkgdesc="Small audio and MIDI framework part of the OpenBSD project"
url="http://www.sndio.org/"
arch="all"
license="ISC"
depends=""
makedepends="alsa-lib-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="http://www.sndio.org/sndio-$pkgver.tar.gz"
builddir="$srcdir/sndio-$pkgver"
build() {
cd "$builddir"
./configure --prefix=/usr
make
}
package() {
cd "$builddir"
make install DESTDIR="$pkgdir"
}
sha512sums="add0a9f79db0bf2198a431afc39a8a8a263da3a1892d8c8f15fccd4d46735045f149f1b44cba1f9adeae68f38958d222d96fb21b897e5c48f51ebb593bcced21 sndio-1.4.0.tar.gz"