25 lines
635 B
Bash
25 lines
635 B
Bash
# Template file for 'stalonetray'
|
|
pkgname=stalonetray
|
|
version=0.8.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake docbook-xsl libxslt"
|
|
makedepends="libSM-devel libXpm-devel"
|
|
short_desc="Standalone system tray (notification area)"
|
|
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/kolbusa/stalonetray"
|
|
distfiles="https://github.com/kolbusa/stalonetray/archive/v${version}.tar.gz"
|
|
checksum=b66ef676d4fcffbcb0980adc7842786e7050381e06ab2c99275f04cc98d39497
|
|
|
|
pre_configure() {
|
|
aclocal
|
|
autoheader
|
|
autoconf
|
|
automake --add-missing
|
|
}
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|