summaryrefslogtreecommitdiffstats
path: root/main/pound/APKBUILD
blob: 4239ecaeb0272eab93bc809a2787bc64037ba1ee (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pound
pkgver=2.7
pkgrel=1
pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
url="http://www.apsis.ch/pound/index_html"
arch="all"
license="GPL"
depends=
makedepends="pcre-dev openssl-dev"
subpackages="$pkgname-doc"
source="http://www.apsis.ch/$pkgname/Pound-$pkgver.tgz
	pound.cfg
	$pkgname.initd"

_builddir="$srcdir"/Pound-$pkgver
prepare() {
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i;  patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
	update_config_sub || return 1
}

build() {
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc/pound \
		--with-owner=root \
		--with-group=root \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	install -d "$pkgdir"/usr/sbin
	make DESTDIR="$pkgdir" install || return 1
	install -Dm755 "$srcdir"/pound.initd "$pkgdir"/etc/init.d/pound
	install -Dm644 "$srcdir"/pound.cfg "$pkgdir"/etc/pound.cfg
}
md5sums="ec8298aa3e4aee3ffbecdc0639d7f14a  Pound-2.7.tgz
736b12a47acbb7fc2802ed7f51e959d0  pound.cfg
40527cd0c8433bef8f10cfe8a0b0d8b2  pound.initd"
sha256sums="cdfbf5a7e8dc8fbbe0d6c1e83cd3bd3f2472160aac65684bb01ef661c626a8e4  Pound-2.7.tgz
e13a68731464472f4fc1f86c688b3697fe304e77811f01a0c9fa9fe186cc047c  pound.cfg
a656a008fbe672cc59b0d30f37ca55ed72042c5cdc7d5f13554e82d072c346ea  pound.initd"
sha512sums="3edfb948715ff7e38b7665cc083eb5619daf4c2ddda4efcffffa2bcf5d8c1ee158fa5275b16bbaea4cf51bf3f8c022ba2197d5f67d57732404a448ae00e62aa1  Pound-2.7.tgz
9471e5abe3e0ee83165ed01a7081a4d14075c6c21b9f9d7c3fb239aa78c38eae74394a7c7e7e7753d218a7ce5cae388823570d19b702a829baa93e949a8946b8  pound.cfg
cd014677ef7e724d5bd0a101436d0269d2fc18b4cd90ff71eaa690967754d3e4bfe5d0a439099967487b6256121ccc734b01880d96dff50d28242829715e7776  pound.initd"