summaryrefslogtreecommitdiffstats
path: root/main/apcupsd/APKBUILD
blob: 79236ce8ba685d9c3a778411fcb064d27e06e79c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=apcupsd
pkgver=3.14.13
pkgrel=1
pkgdesc="A Daemon to control APC UPSes"
subpackages="$pkgname-doc"
url="http://www.apcupsd.org"
arch="all"
license="GPL2"
depends="util-linux"
makedepends="net-snmp-dev man linux-headers"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
	apcupsd.initd
	apcupsd-alpine.patch
	"

_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
	cd "$_builddir"
	update_config_sub || return 1
}

build() {
	cd "$_builddir"
	patch -p1 < ../apcupsd-alpine.patch || return 1

	export CHARSET="ISO8859-1"
	export LANG="C"

	ac_cv_path_SHUTDOWN="/sbin/poweroff" \
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--enable-usb \
		--enable-snmp \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR=$pkgdir install || return 1
	install -D -m755 "$srcdir"/apcupsd.initd "$pkgdir"/etc/init.d/apcupsd
}

md5sums="c291d9d3923b4d9c0e600b755ad4f489  apcupsd-3.14.13.tar.gz
72f6a0392cef1120b88233c5a7266bd0  apcupsd.initd
e22bd5b8361faca0f4d1a1a508c7a906  apcupsd-alpine.patch"
sha256sums="57ecbde01d0448bf8c4dbfe0ad016724ae66ab98adf2de955bf2be553c5d03f9  apcupsd-3.14.13.tar.gz
c9bf632a83228966d4ecc268c4ab5e20b2cd4100c1100f3ecb11d2c8efacc1c4  apcupsd.initd
e2ff324b94e80b701e2cba36226706653829d46535f41b5bd9b2ffd2fb705681  apcupsd-alpine.patch"
sha512sums="74f7763de268626e24f9dd99090b01d5bff35c2fde769039104105ec27941673d1613c41fcac11e3d97d2fe5c364bcc0459847fcba5d2f7f1aac85795d6d8570  apcupsd-3.14.13.tar.gz
cd9cb3c812dfd72660007807965cac866dfb2ce4bd8200668f08e94fdcce874cce2ec87a0d832b8f37f254908d093aff0cc2db26e9403d5e613dc192072da617  apcupsd.initd
4f0712519213c4ef14f41eeef681c5498fac7bf42f205de8a855938f8e834d9488d86820d7c883e89d0d305ee287e17e2d321dbbc98ae12f8487bf58aa0d4a6b  apcupsd-alpine.patch"