void-packages/srcpkgs/powerstat/template

16 lines
549 B
Bash
Raw Normal View History

2015-04-30 08:41:01 +02:00
# Template file for 'powerstat'
pkgname=powerstat
2016-03-04 08:56:37 +01:00
version=0.02.09
2015-04-30 08:41:01 +02:00
revision=1
build_style=gnu-makefile
short_desc="Measures the power consumption using the ACPI battery information"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://kernel.ubuntu.com/~cking/powerstat/"
distfiles="http://kernel.ubuntu.com/~cking/tarballs/powerstat/powerstat-${version}.tar.gz"
2016-03-04 08:56:37 +01:00
checksum=32e32f3ed67ea513bbb4d577057d3a6b1f47f10572fcc7cf321d878f0c96c3dd
2015-05-19 08:24:54 +02:00
do_build() {
2016-02-29 10:50:48 +01:00
make CC=$CC CFLAGS+="-DVERSION=\\\"$version\\\" $CFLAGS" ${makejobs}
2015-05-19 08:24:54 +02:00
}