diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,4 @@ +ld-linux-x86-64.so.2 +libc.so.6 +libgcc_s.so.1 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : apcupsd +version : 3.14.14 +release : 1 +source : + - 'https://downloads.sourceforge.net/project/apcupsd/apcupsd - Stable/3.14.14/apcupsd-3.14.14.tar.gz' : db7748559b6b4c3784f9856561ef6ac6199ef7bd019b3edcd7e0a647bf8f9867 +license : GPL-2.0-only +component : system.util +summary : APC UPS Daemon can be used for powermanagement and controlling most of APC's UPS models. +description: | + - APC UPS Daemon can be used for powermanagement and controlling most of APC's UPS models. +builddeps : + - pkgconfig(libnih) +rundeps : + - libnih +setup : | + %configure --enable-usb --enable-snmp +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,43 @@ + + + apcupsd + + Simon Burger + mail@cigh.de + + GPL-2.0-only + system.util + APC UPS Daemon can be used for powermanagement and controlling most of APC's UPS models. + - APC UPS Daemon can be used for powermanagement and controlling most of APC's UPS models. + + https://solus-project.com/sources/README.Solus + + + apcupsd + APC UPS Daemon can be used for powermanagement and controlling most of APC's UPS models. + - APC UPS Daemon can be used for powermanagement and controlling most of APC's UPS models. + + system.util + + /etc/apccontrol + /etc/apcupsd.conf + /etc/changeme + /etc/commfailure + /etc/commok + /etc/offbattery + /etc/onbattery + /sbin + /usr/share/hal/fdi/policy/20thirdparty/80-apcupsd-ups-policy.fdi + /usr/share/man + + + + + 2018-06-10 + 3.14.14 + Packaging update + Simon Burger + mail@cigh.de + + + \ No newline at end of file