diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-15 00:16:52 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-02-22 19:05:28 +0200 |
commit | 79e35a57692a1db50d899387e23accb0d27bcc42 (patch) | |
tree | ca80001938b58d2870aff8b21e185bf97ea5c7dc /community | |
parent | c9f91c559fba4ac112821da5723f80a6f3f271cb (diff) | |
download | aports-79e35a57692a1db50d899387e23accb0d27bcc42.tar.bz2 aports-79e35a57692a1db50d899387e23accb0d27bcc42.tar.xz |
community/xterm: clarify license, morernize
Diffstat (limited to 'community')
-rw-r--r-- | community/xterm/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/xterm/APKBUILD b/community/xterm/APKBUILD index 46b13d2785..fedb8c2d6e 100644 --- a/community/xterm/APKBUILD +++ b/community/xterm/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="X Terminal Emulator" url="http://invisible-island.net/xterm" arch="all" -license="custom" +license="MIT" depends="" makedepends="libxaw-dev libxft-dev ncurses-dev" subpackages="$pkgname-doc" @@ -47,14 +47,13 @@ build() { --enable-exec-xterm \ --enable-sixel-graphics \ --with-tty-group=tty \ - --with-utempter \ - || return 1 - make || return 1 + --with-utempter + make } package() { cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } sha512sums="872f69e13ad8e26de355f7611dabc7a66e2f6b00313b440b8054cc4fa0fbde936dd8d54ec09c892e8760080acaccbd8b7e72cdcbebb291dd92e01593eb14e91a xterm-344.tgz |