wok-next diff acpid/receipt @ rev 21057

Deal with HOST_ARCH="any"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 14:47:30 2018 +0200 (2018-12-03)
parents d5aab818505e
children 7ce0117c8752
line diff
     1.1 --- a/acpid/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/acpid/receipt	Mon Dec 03 14:47:30 2018 +0200
     1.3 @@ -12,6 +12,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="$SF_MIRROR/acpid2/$TARBALL"
     1.6  
     1.7 +TAGS_std="power-management"
     1.8 +SUGGESTED_std="pm-utils"
     1.9 +
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12  	make &&
    1.13 @@ -27,12 +30,6 @@
    1.14  	chmod go-rwx $install/etc/acpi/events/*
    1.15  }
    1.16  
    1.17 -genpkg_rules() {
    1.18 -	copy @std
    1.19 -	TAGS="power-management"
    1.20 -	SUGGESTED="pm-utils"
    1.21 -}
    1.22 -
    1.23  post_install() {
    1.24  	if [ -z "$1" ]; then
    1.25  		/etc/init.d/acpid start || continue