vp-build/srcpkgs/PAmix/template

29 lines
924 B
Bash
Raw Normal View History

2016-08-14 22:01:12 +02:00
# Template file for 'PAmix'
pkgname=PAmix
2018-01-09 22:30:23 +01:00
version=1.6
2016-08-14 22:01:12 +02:00
revision=1
2018-01-09 22:30:23 +01:00
build_style=cmake
configure_args='-DWITH_UNICODE=1 -DNCURSESW_H_INCLUDE=ncurses.h'
2016-08-28 04:27:39 +02:00
hostmakedepends="pkg-config automake autoconf-archive"
2016-08-14 22:01:12 +02:00
makedepends="pulseaudio-devel ncurses-devel"
2016-09-08 05:58:42 +02:00
conf_files="/etc/pamix.conf"
2016-08-14 22:01:12 +02:00
short_desc="Ncurses/Curses Pulseaudio mixer in C++ similar to Pavucontrol"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="MIT"
homepage="https://github.com/patroclos/PAmix"
2016-11-25 17:09:19 +01:00
distfiles="${homepage}/archive/${version}.tar.gz"
2018-01-09 22:30:23 +01:00
checksum=b63522889d70920d64229c66e2ab6929950476538443af297f6b242f7e9dc406
2016-08-14 22:01:12 +02:00
2016-09-14 00:52:05 +02:00
case "${XBPS_TARGET_MACHINE}" in
*-musl) broken="Parts of ncurses, not available on musl";;
2016-09-14 23:08:44 +02:00
esac
2016-09-14 00:52:05 +02:00
2016-08-14 22:01:12 +02:00
post_install() {
vlicense LICENSE
}
2016-09-14 00:52:05 +02:00
# REMARKS:
# Named PAmix instead of pamix to match upstream and prevent misassociation
# with Pluggable Authentication Modules
2018-01-09 22:30:23 +01:00
# configure_args as suggested by https://github.com/patroclos/PAmix/issues/37