20 lines
585 B
Bash
20 lines
585 B
Bash
|
# 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
|
||
|
}
|