aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-05-15 17:02:41 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-15 17:02:46 +0000
commitbb3588132a3ab73446325cd55db24be3a78456a5 (patch)
tree1fad1ab3fd2fd6d85e35ef18b80941612afac239 /testing
parent85d6ca80cee50c832028ef127739b2c7a1caac37 (diff)
downloadaports-bb3588132a3ab73446325cd55db24be3a78456a5.tar.bz2
aports-bb3588132a3ab73446325cd55db24be3a78456a5.tar.xz
testing/shellinabox: upgrade to 2.21
Diffstat (limited to 'testing')
-rw-r--r--testing/shellinabox/APKBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/testing/shellinabox/APKBUILD b/testing/shellinabox/APKBUILD
index b1c56a55d3..ae7a4ed3d3 100644
--- a/testing/shellinabox/APKBUILD
+++ b/testing/shellinabox/APKBUILD
@@ -2,31 +2,26 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=shellinabox
_daemonname=${pkgname}d
-pkgver=2.20
+pkgver=2.21
pkgrel=0
pkgdesc="Implementation of a web server that can export arbitrary command line tools to a web based terminal emulator"
url="https://github.com/shellinabox/shellinabox"
arch="all"
license="GPL-2.0"
makedepends="autoconf automake m4 libtool libressl-dev zlib-dev"
-subpackages="$pkgname-doc"
+subpackages="$pkgname-doc $pkgname-openrc"
pkgusers="$_daemonname"
pkggroups="$_daemonname"
install="$pkgname.pre-install"
-source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz
+source="http://slackware.co.nz/raspbian/raspbian/pool/main/s/$pkgname/${pkgname}_${pkgver}.tar.xz
$pkgname.initd
$pkgname.confd"
-builddir="$srcdir/$pkgname-$pkgver"
-
-check() {
- cd "$builddir"
- make check
-}
+builddir="$srcdir/$pkgname"
prepare() {
+ default_prepare
cd "$builddir"
autoreconf -i
- default_prepare
}
build() {
@@ -39,6 +34,11 @@ build() {
make
}
+check() {
+ cd "$builddir"
+ make check
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir/" install
@@ -48,6 +48,6 @@ package() {
chown $pkgusers:$pkggroups "$pkgdir"/var/run/$_daemonname
}
-sha512sums="369fb6e0041fc3eb52a533f14d1f856a71ec1bf166441e25a5d61bb129f2db5de6b61205ddd0cb08d53384baaf4e087bd2c549f7919b96ee465d4cc3318d2237 shellinabox-2.20.tar.gz
+sha512sums="284ce2d76daa6a3c57060e380a777befd69870e5fce52311e8dcf4e55ac57fb265662d9194915aeed7c842d2e9f10f9ab5bf4e9ae0afebee6c7650219459cc2b shellinabox_2.21.tar.xz
47206ce991f642e474387c5c00ee4fd8cae0c71da6075e3c62381bb75b46085c35767e817932da64a112b58535516fc620d089434e478c844b4cd7c62bdae654 shellinabox.initd
2e0ef340d88cd62cac4c7c073bdcb79e2e88c77aab7e310daa4ae8b27c297b6138262762dae1f054928f02b38d4a8185dd9b357fd3f59a635c04697fd620cfef shellinabox.confd"