mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/sndio: new aport
Small audio and MIDI framework part of the OpenBSD project http://www.sndio.org/
This commit is contained in:
parent
616aa57a8f
commit
abfb54c476
27
testing/sndio/APKBUILD
Normal file
27
testing/sndio/APKBUILD
Normal 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"
|
Loading…
Reference in New Issue
Block a user