mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
Merge pull request #3245 from stpx/pasystray
New package: pasystray-0.5.2
This commit is contained in:
commit
d9e01bc51d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/pasystray/template
Normal file
19
srcpkgs/pasystray/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue