vp-build/srcpkgs/pnmixer/template

19 lines
601 B
Bash

# Template file for 'pnmixer'
pkgname=pnmixer
version=0.7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool automake glib-devel"
makedepends="alsa-lib-devel libnotify-devel gtk+3-devel"
short_desc="Volume mixer for the system tray"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3"
homepage="https://github.com/nicklan/pnmixer"
distfiles="https://github.com/nicklan/pnmixer/archive/v${version}.tar.gz"
checksum=398caf24abd04012c397aa3925a511a6468ec06408c35e38c20ed6789e2798ca
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
sed -i 's#/usr/local#/usr#g' configure
}