X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Facpid;h=9329f6c9e2587eeea18b0ae248e16af6080b9a80;hb=71cf8c8a6f1aa76e260180fabb6e0eafbb3650a7;hp=686fadad1ca80039c131d5cf4a84025cd67229ba;hpb=07f0e777f015303f1921f4d7e582890e8268563a;p=ipfire-2.x.git diff --git a/lfs/acpid b/lfs/acpid index 686fadad1c..9329f6c9e2 100644 --- a/lfs/acpid +++ b/lfs/acpid @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2016 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,14 +24,14 @@ include Config -VER = 2.0.23 +VER = 2.0.28 THISAPP = acpid-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = i586 +SUP_ARCH = x86_64 i586 ############################################################################### # Top-level Rules @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d7bcdcdefcd53b03730e50ba842554ea +$(DL_FILE)_MD5 = 0432407b5ff75ae8e08afb43052fde2b install : $(TARGET) @@ -71,7 +71,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr \ + --docdir=/usr/share/doc/acpid-2.0.26 cd $(DIR_APP) && make $(MAKETUNING) OPT="$(CFLAGS)" cd $(DIR_APP) && make install