17 lines
506 B
Bash
17 lines
506 B
Bash
# Template file for 'stalonetray'
|
|
pkgname=stalonetray
|
|
version=0.8.3
|
|
revision=2
|
|
makedepends="libSM-devel libXpm-devel"
|
|
build_style=gnu-configure
|
|
short_desc="Standalone system tray (notification area)"
|
|
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://stalonetray.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/stalonetray/${version}/stalonetray-${version}.tar.gz"
|
|
checksum=f47468a4ecabf93d22774e3fb5e1aba76e8e8d2d76e878975c7c43b65a8353e3
|
|
|
|
post_install() {
|
|
vdoc README
|
|
}
|