mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
sndio: update to 0.0.10.
This commit is contained in:
parent
389b46c8b4
commit
941ca40c54
1 changed files with 4 additions and 15 deletions
|
@ -1,30 +1,19 @@
|
||||||
# Template file for 'sndio'
|
# Template file for 'sndio'
|
||||||
pkgname=sndio
|
pkgname=sndio
|
||||||
version=0.0.8.20150506
|
version=0.0.10
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}"
|
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr"
|
configure_args="--prefix=/usr"
|
||||||
hostmakedepends="cvs"
|
|
||||||
makedepends="alsa-lib-devel libX11-devel"
|
makedepends="alsa-lib-devel libX11-devel"
|
||||||
short_desc="Small audio and MIDI framework part of the OpenBSD project"
|
short_desc="Small audio and MIDI framework part of the OpenBSD project"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://www.sndio.org/"
|
|
||||||
system_accounts="sndiod"
|
system_accounts="sndiod"
|
||||||
sndiod_descr="sndio daemon"
|
sndiod_descr="sndio daemon"
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
|
homepage="http://www.sndio.org/"
|
||||||
do_fetch() {
|
distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz"
|
||||||
mkdir ${wrksrc}
|
checksum=100554667533f7854e703a88c167215926a58b5c898e6d3e02b60be26c5415ae
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv sndiod
|
vsv sndiod
|
||||||
|
|
Loading…
Add table
Reference in a new issue