summaryrefslogtreecommitdiff
path: root/community/mksh/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-01 09:38:49 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-01 09:38:49 +0200
commitc179b246b30ea14c5f9063d95860d7e05a7c278d (patch)
tree30b547b50753a52ce2f857260f8d320d772c4686 /community/mksh/PKGBUILD
parent30361fcf6cc3dfa38d4b033ccb9fe33ddd17ebe7 (diff)
parent1b05006cb143959d080a200fe11891c9f5caf32c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/linux-tools/PKGBUILD community/pdns-recursor/PKGBUILD extra/gstreamer0.10/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/tcpdump/PKGBUILD libre/linux-libre-tools/PKGBUILD
Diffstat (limited to 'community/mksh/PKGBUILD')
-rw-r--r--community/mksh/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index a4adaea47..95e2c06a9 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 85891 2013-03-08 15:20:48Z ttoepper $
+# $Id: PKGBUILD 89602 2013-04-30 10:04:38Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Daniel Hommel <dhommel@gmail.com>
pkgname=mksh
-pkgver=R44
+pkgver=R45
pkgrel=1
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
url='https://www.mirbsd.org/mksh.htm'
@@ -13,21 +13,20 @@ install=mksh.install
source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz"
'https://www.mirbsd.org/TaC-mksh.txt')
depends=('gcc-libs')
-md5sums=('fe011686319a8c50d5e237fd5e195fd8'
- 'bd05936e20d699df5d47e4ad6223c9d4')
+md5sums=('d3d90973119ae689d5300b690600e1dc'
+ '900968b95cd0231053c641428597bacd')
build() {
cd "$srcdir/$pkgname"
sh Build.sh -r -c lto
./test.sh
- gzip -n9 mksh.1
}
package() {
cd "$srcdir/$pkgname"
install -D -m 755 mksh "$pkgdir/bin/mksh"
- install -D -m 644 mksh.1.gz "$pkgdir/usr/share/man/man1/mksh.1.gz"
+ install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
install -D -m 644 "$srcdir/TaC-mksh.txt" "$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
}