testing/mosh: specify license

This commit is contained in:
Fabian Affolter 2013-09-04 20:30:43 +00:00 committed by Bartłomiej Piotrowski
parent a135a46edc
commit dc0db0f3d5

View File

@ -3,17 +3,16 @@
pkgname=mosh
pkgver=1.2.4
pkgrel=0
pkgdesc="mobile shell (mosh) surviving disconnects with local echo and line editing"
pkgdesc="Mobile shell (mosh) surviving disconnects with local echo and line editing"
url="http://mosh.mit.edu"
arch="all"
license="GPL3"
license="GPL3+"
depends="perl-io-tty"
makedepends="ncurses-dev zlib-dev openssl-dev perl-dev perl-io-tty protobuf-dev"
subpackages="$pkgname-doc"
source="http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
./configure --prefix=/usr \
@ -23,7 +22,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" install || return 1
}
md5sums="c2d918f4d91fdc32546e2e089f9281b2 mosh-1.2.4.tar.gz"