main/apcupsd: upgrade to 3.14.8

This commit is contained in:
Natanael Copa 2010-01-25 16:51:38 +00:00
parent 9526ee6594
commit 298cecdbcf

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=apcupsd
pkgver=3.14.7
pkgrel=1
pkgver=3.14.8
pkgrel=0
pkgdesc="A Daemon to control APC UPSes"
subpackages="$pkgname-doc"
url="http://www.apcupsd.org"
@ -23,10 +23,14 @@ build() {
--enable-usb \
--enable-snmp
make || return 1
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR=$pkgdir install
install -D -m755 "$srcdir"/apcupsd.initd "$pkgdir"/etc/init.d/apcupsd
}
md5sums="bb2f8e4fc6b2f5d7b3e236eb57b81640 apcupsd-3.14.7.tar.gz
md5sums="cd17f0a903dc2220e55ed54e242359d2 apcupsd-3.14.8.tar.gz
0798cd407de6f199d4c267036ec54c5b apcupsd.initd
08d9cc703cdd4275d342882deed1d719 apcupsd-alpine.patch"