diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-04 20:30:43 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:29:34 +0200 |
commit | dc0db0f3d5186045b211dad76d2ccac0d33a4374 (patch) | |
tree | 64f0913bd2decb378486f66a0722d53835eb33ab /testing/mosh | |
parent | a135a46edc9b89ad7c9518c3fd86bd6ebe5883b4 (diff) | |
download | aports-dc0db0f3d5186045b211dad76d2ccac0d33a4374.tar.bz2 aports-dc0db0f3d5186045b211dad76d2ccac0d33a4374.tar.xz |
testing/mosh: specify license
Diffstat (limited to 'testing/mosh')
-rw-r--r-- | testing/mosh/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/mosh/APKBUILD b/testing/mosh/APKBUILD index 6d18b42a7..fe56728ed 100644 --- a/testing/mosh/APKBUILD +++ b/testing/mosh/APKBUILD @@ -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" |