# Template file for 'sndio' pkgname=sndio version=1.2.0 revision=1 build_style=configure configure_args="--prefix=/usr" makedepends="alsa-lib-devel" short_desc="Small audio and MIDI framework part of the OpenBSD project" maintainer="Christian Neukirchen <chneukirchen@gmail.com>" license="ISC" system_accounts="sndiod" sndiod_descr="sndio daemon" homepage="http://www.sndio.org/" distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz" checksum=b9808e189481904a4404b0c1715ad0c4b301e72abca8e49653bb526ff4e16cdc post_install() { vsv sndiod sed -n '/Copyright/,/PERFORMANCE/p' <sndiod/sndiod.c >LICENSE vlicense LICENSE } sndio-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove "usr/share/man/man3/*.3" vmove "usr/lib/*.so" } }