python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / aucatctl / template
blob37087be33256cddb9f85c1511e7e2d016113e8b6
1 # Template file for 'aucatctl'
2 pkgname=aucatctl
3 version=0.1
4 revision=5
5 build_style=gnu-makefile
6 make_install_args="MAN1_DIR=/usr/share/man/man1"
7 makedepends="sndio-devel"
8 short_desc="Control aucat and/or sndiod volume through MIDI"
9 maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
10 license="ISC"
11 homepage="http://www.sndio.org/"
12 distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz"
13 checksum=524f2fae47db785234f166551520d9605b9a27551ca438bd807e3509ce246cf0
15 case "$XBPS_TARGET_MACHINE" in
16 *-musl) ;;
18         # strlcat
19         makedepends+=" libbsd-devel"
20         make_build_args="LDADD=-lbsd LDADD+=-lsndio"
21         ;;
22 esac
24 post_install() {
25         sed -n '/Copyright/,/PERFORMANCE/p' <aucatctl.c >LICENSE
26         vlicense LICENSE