17 lines
359 B
Plaintext
17 lines
359 B
Plaintext
# Description: small audio and midi framework
|
|
# URL: http://www.sndio.org/
|
|
# Maintainer: John McQuah, jmcquah at disroot dot org
|
|
# Depends on: alsa-lib
|
|
|
|
name=sndio
|
|
version=1.8.1
|
|
release=1
|
|
source=(http://www.$name.org/sndio-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --mandir=/usr/share/man
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|