powerstat: update to 0.02.08.
This commit is contained in:
parent
3df8e3975e
commit
0f7a3d6749
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue