mosh: cross compilation support; cleanups.

This commit is contained in:
Juan RP 2015-02-24 09:46:04 +01:00
parent d56a19a777
commit c3fdfde9ae

View file

@ -1,19 +1,14 @@
# Template file for 'mosh' # Template file for 'mosh'
pkgname=mosh pkgname=mosh
version=1.2.4 version=1.2.4
revision=4 revision=5
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake pkg-config git" hostmakedepends="pkg-config protobuf-devel"
makedepends="ncurses-devel protobuf-devel>=2.6 libutempter-devel libressl-devel perl-IO-Tty" makedepends="ncurses-devel protobuf-devel>=2.6 libutempter-devel libressl-devel"
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"
do_fetch() { checksum=e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
git clone -b mosh-${version} git://github.com/keithw/mosh mosh-${version}
}
pre_configure() {
autoreconf -fi
}