]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/apcupsd
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / apcupsd
index d63c79f8b402d2b2e185a2cd17d10473193ae9a6..82c61f12af6edcd5d3f837a845f1047030f3af3f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = APC UPS Daemon (Powerful Daemon for APC UPSs)
+
 VER        = 3.14.14
 
 THISAPP    = apcupsd-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   = apcupsd
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -84,7 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,apcupsd)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        ln -sf ../init.d/apcupsd /etc/rc.d/rc3.d/S65apcupsd
        ln -sf ../init.d/apcupsd /etc/rc.d/rc0.d/K35apcupsd