mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/mosh: makedepends fix
This commit is contained in:
parent
af4e35a2a8
commit
f1a22d337d
@ -7,23 +7,13 @@ pkgdesc="mobile shell (mosh) surviving disconnects with local echo and line edit
|
||||
url="http://mosh.mit.edu"
|
||||
arch="all"
|
||||
license="GPL3"
|
||||
depends=""
|
||||
depends_dev="ncurses-dev zlib-dev openssl-dev perl perl-io-tty protobuf-dev openssh"
|
||||
makedepends="$depends_dev"
|
||||
depends="perl"
|
||||
depends_dev=""
|
||||
makedepends="ncurses-dev zlib-dev openssl-dev perl-dev perl-io-tty protobuf-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/downloads/keithw/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user