# Template file for 'sndio' pkgname=sndio version=1.6.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="Leah Neukirchen " license="ISC" system_accounts="sndiod" sndiod_descr="sndio daemon" sndiod_pgroup="audio" homepage="http://www.sndio.org/" distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz" checksum=99e0064ac11aceab24c73ed4630a31de401ff2f37689565b7b375682476f5bc1 post_install() { vsv sndiod sed -n '/Copyright/,/PERFORMANCE/p' LICENSE vlicense LICENSE } libsndio_package() { short_desc+=" -- library" pkg_install() { vmove "usr/lib/libsndio.so.*" } } sndio-devel_package() { depends="libsndio>=${version}_${revision}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove "usr/share/man/man3/*.3" vmove "usr/lib/*.so" } }