diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-04-20 13:36:25 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-04-20 13:36:25 +0200 |
commit | 3825913aab74336feba4d89363bdec7765ddb656 (patch) | |
tree | 7cd6dc9109ba264d5e1ddeed242515c0e787dfdb | |
parent | e091b983da2c83f9e3d631933ebae9f191c0eb77 (diff) | |
download | aur-packages-3825913aab74336feba4d89363bdec7765ddb656.tar.gz aur-packages-3825913aab74336feba4d89363bdec7765ddb656.tar.xz |
remove apcupsd-cli, replaced by apcupsd from community
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | apcupsd-cli/PKGBUILD | 48 | ||||
-rw-r--r-- | apcupsd-cli/service | 6 |
2 files changed, 0 insertions, 54 deletions
diff --git a/apcupsd-cli/PKGBUILD b/apcupsd-cli/PKGBUILD deleted file mode 100644 index 0efab4d..0000000 --- a/apcupsd-cli/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# $Id: PKGBUILD 8842 2010-01-21 22:55:25Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Todd Musall <tmusall@comcast.net> - -pkgname=apcupsd-cli -_orig=apcupsd -pkgver=3.14.10 -pkgrel=1 -pkgdesc="Apcupsd version without GUI and webinterface" -arch=(i686 x86_64) -url="http://www.apcupsd.org" -license=('GPL') -depends=('gcc-libs' systemd-sysvcompat) -makedepends=('pkgconfig') -conflicts=('apcupsd') -backup=(etc/apcupsd/apcupsd.conf - etc/apcupsd/changeme - etc/apcupsd/commfailure - etc/apcupsd/commok - etc/apcupsd/offbattery - etc/apcupsd/onbattery - etc/apcupsd/apccontrol) -source=(http://downloads.sourceforge.net/apcupsd/$_orig-$pkgver.tar.gz - service) -md5sums=('5928822d855c5cf7ac29655e3e0b8c23' - 'ccb06b7c2f680c75c2fa3e5c9aa7a234') - -build() { - cd "$srcdir/$_orig-$pkgver" - ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/$_orig \ - --enable-usb --enable-net \ - --with-upstype=usb --with-upscable=usb \ - --with-serial-dev=/dev/usb/hid/hiddev[0-9] \ - --enable-pthreads - - make -} - -package() { - cd "$srcdir/$_orig-$pkgver" - - make DESTDIR="$pkgdir" install - - install -D -m755 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/apcupsd.service" - - rm -rf "$pkgdir/usr/share/hal" - chmod 755 $pkgdir/usr/sbin/* -} diff --git a/apcupsd-cli/service b/apcupsd-cli/service deleted file mode 100644 index fc2af28..0000000 --- a/apcupsd-cli/service +++ /dev/null @@ -1,6 +0,0 @@ -[Service] -ExecStart=/sbin/apcupsd -b -f /etc/apcupsd/apcupsd.conf - -[Install] -WantedBy=multi-user.target - |