acpi: remove redundant assignments.
This commit is contained in:
parent
d7d50ac48f
commit
b6f0683e51
1 changed files with 0 additions and 5 deletions
|
@ -3,7 +3,6 @@ pkgname=acpi
|
||||||
version=1.6
|
version=1.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr"
|
|
||||||
short_desc="Displays informations about ACPI devices (battery, thermal sensors and power)"
|
short_desc="Displays informations about ACPI devices (battery, thermal sensors and power)"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -11,10 +10,6 @@ homepage="http://sourceforge.net/projects/acpiclient/"
|
||||||
distfiles="http://downloads.sourceforge.net/acpiclient/$pkgname-$version.tar.gz"
|
distfiles="http://downloads.sourceforge.net/acpiclient/$pkgname-$version.tar.gz"
|
||||||
checksum=ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31
|
checksum=ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make CC=$CC ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=$DESTDIR install
|
make DESTDIR=$DESTDIR install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue