powerstat: update to 0.02.08.

This commit is contained in:
Enno Boland 2016-02-29 10:50:48 +01:00
parent 3df8e3975e
commit 0f7a3d6749
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'powerstat'
pkgname=powerstat
version=0.02.07
version=0.02.08
revision=1
build_style=gnu-makefile
short_desc="Measures the power consumption using the ACPI battery information"
@ -8,8 +8,8 @@ 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"
checksum=4f453bd6dbb6fac678f05e0e7aa9102dbb1f8f3a91ce6a61d6bf599f35e56c53
checksum=427c54d8d46daef3c4af34bb0d408c6c2961246e308d420fce0d11d2dc3b9674
do_build() {
make CC=$CC ${makejobs}
make CC=$CC CFLAGS+="-DVERSION=\\\"$version\\\" $CFLAGS" ${makejobs}
}