void-packages/srcpkgs/gkrellm/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

21 lines
664 B
Bash

# Template build file for 'gkrellm'.
LDFLAGS="-lgmodule-2.0"
pkgname=gkrellm
version=2.3.5
revision=6
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="libressl-devel libSM-devel gtk+-devel libsensors-devel"
short_desc="GTK2 based system monitor"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html"
license="GPL-2"
distfiles="http://members.dslextreme.com/users/billw/gkrellm/$pkgname-$version.tar.bz2"
checksum=702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} STRIP= install
rm -r ${DESTDIR}/usr/{include,lib}
}