sndio: update to 0.0.10.
This commit is contained in:
parent
389b46c8b4
commit
941ca40c54
|
@ -1,30 +1,19 @@
|
|||
# Template file for 'sndio'
|
||||
pkgname=sndio
|
||||
version=0.0.8.20150506
|
||||
version=0.0.10
|
||||
revision=1
|
||||
wrksrc="${pkgname}"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
hostmakedepends="cvs"
|
||||
makedepends="alsa-lib-devel libX11-devel"
|
||||
short_desc="Small audio and MIDI framework part of the OpenBSD project"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="http://www.sndio.org/"
|
||||
system_accounts="sndiod"
|
||||
sndiod_descr="sndio daemon"
|
||||
build_pie=yes
|
||||
|
||||
do_fetch() {
|
||||
mkdir ${wrksrc}
|
||||
cat >${wrksrc}/myssh <<'EOF'
|
||||
#!/bin/sh
|
||||
exec ssh -o StrictHostKeyChecking=no "$@"
|
||||
EOF
|
||||
chmod +x ${wrksrc}/myssh
|
||||
CVS_RSH="${wrksrc}/myssh" cvs -z9 -d anoncvs@moule.caoua.org:/sndio \
|
||||
co -D ${version##*.} -f sndio
|
||||
}
|
||||
homepage="http://www.sndio.org/"
|
||||
distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz"
|
||||
checksum=100554667533f7854e703a88c167215926a58b5c898e6d3e02b60be26c5415ae
|
||||
|
||||
post_install() {
|
||||
vsv sndiod
|
||||
|
|
Loading…
Reference in New Issue