cruxports/sndio/Pkgfile

17 lines
359 B
Plaintext
Raw Normal View History

2022-02-05 20:39:19 +00:00
# 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
}