acpi: simplify by using the gnu-makefile build_style
This commit is contained in:
parent
b29cf0ba56
commit
a90e64652f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'acpi'
|
||||
pkgname=acpi
|
||||
version=1.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Displays informations about ACPI devices (battery, thermal sensors and power)"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
|
@ -10,10 +10,6 @@ homepage="http://sourceforge.net/projects/acpiclient/"
|
|||
distfiles="http://downloads.sourceforge.net/acpiclient/$pkgname-$version.tar.gz"
|
||||
checksum=d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=$DESTDIR install
|
||||
}
|
||||
|
||||
acpi_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
|
|
Loading…
Reference in New Issue