mosh: switch to libressl.

This commit is contained in:
Juan RP 2014-07-14 15:59:03 +02:00
parent 783814985c
commit baff2cd0eb

View file

@ -1,14 +1,19 @@
# Template file for 'mosh' # Template file for 'mosh'
pkgname=mosh pkgname=mosh
version=1.2.4 version=1.2.4
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="automake pkg-config"
makedepends="ncurses-devel protobuf-devel>=2.5.0 libutempter-devel openssl-devel perl-IO-Tty" makedepends="ncurses-devel protobuf-devel>=2.5.0 libutempter-devel libressl-devel perl-IO-Tty"
depends="perl-IO-Tty" depends="perl-IO-Tty"
short_desc="MObile SHell" short_desc="MObile SHell"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"
homepage="http://mosh.mit.edu/" homepage="http://mosh.mit.edu/"
distfiles="http://mosh.mit.edu/mosh-${version}.tar.gz"
checksum=e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46 do_fetch() {
git clone -b mosh-${version} git://github.com/keithw/mosh mosh-${version}
}
pre_configure() {
autoreconf -fi
}