sndio: update to 1.0.0.

This commit is contained in:
Christian Neukirchen 2015-08-29 16:26:06 +02:00
parent 731e60d8d8
commit 637d74df87
1 changed files with 3 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'sndio'
pkgname=sndio
version=0.0.10
version=1.0.0
revision=1
build_style=configure
configure_args="--prefix=/usr"
makedepends="alsa-lib-devel libX11-devel"
makedepends="alsa-lib-devel"
short_desc="Small audio and MIDI framework part of the OpenBSD project"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="ISC"
@ -13,7 +13,7 @@ sndiod_descr="sndio daemon"
build_pie=yes
homepage="http://www.sndio.org/"
distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz"
checksum=100554667533f7854e703a88c167215926a58b5c898e6d3e02b60be26c5415ae
checksum=525d5ac9054cb2b0e33a8c51e60fc6e3c4c2a29c13c0b63d7f020e8001273cb9
post_install() {
vsv sndiod
@ -30,11 +30,3 @@ sndio-devel_package() {
vmove "usr/lib/*.so"
}
}
xvolkeys_package() {
short_desc="Hot-keys in X11 to control sndiod master volume"
pkg_install() {
vmove usr/bin/xvolkeys
vmove usr/share/man/man1/xvolkeys.1
}
}