16 lines
504 B
Bash
16 lines
504 B
Bash
# Template file for 'powerstat'
|
|
pkgname=powerstat
|
|
version=0.02.03
|
|
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"
|
|
checksum=02ab05cdd439c95df1553e87165b3f76f00f00142b2be74f7461e3b1c1efc41e
|
|
|
|
do_build() {
|
|
make CC=$CC ${makejobs}
|
|
}
|