diff options
Diffstat (limited to 'community/thttpd')
-rw-r--r-- | community/thttpd/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/thttpd/APKBUILD b/community/thttpd/APKBUILD index 8e457d7284..748df8030a 100644 --- a/community/thttpd/APKBUILD +++ b/community/thttpd/APKBUILD @@ -2,13 +2,15 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=thttpd pkgver=2.29 -pkgrel=0 +pkgrel=1 pkgdesc="Simple, small, portable, fast, and secure HTTP server" url="http://www.acme.com/software/thttpd" arch="all" license="custom:BSD" +# No test/check available +options="!check" install="$pkgname.pre-install $pkgname.post-install" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-openrc" source="http://www.acme.com/software/$pkgname/$pkgname-$pkgver.tar.gz thttpd.initd thttpd.confd |