New package: pasystray-0.5.2.

Close (#3244).
This commit is contained in:
Steve Prybylski 2015-12-27 23:18:59 -05:00
parent 75c71d7490
commit 416674cf87

View file

@ -0,0 +1,19 @@
# Template file for 'pasystray'
pkgname=pasystray
version=0.5.2
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config intltool automake"
makedepends="gtk+3-devel pulseaudio-devel"
depends="pulseaudio"
short_desc="PulseAudio System Tray"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2"
homepage="https://github.com/christophgysin/pasystray"
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
checksum=0cb574843bd7883c51291de03cca237e53a89821d6965c8413dd89e42d8ffc3e
pre_configure() {
autoreconf -fi
}