diff options
Diffstat (limited to 'community/mksh/PKGBUILD')
-rw-r--r-- | community/mksh/PKGBUILD | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD index aeb555ecc..460532db8 100644 --- a/community/mksh/PKGBUILD +++ b/community/mksh/PKGBUILD @@ -1,28 +1,24 @@ -# $Id: PKGBUILD 68994 2012-04-07 09:57:09Z ttopper $ +# $Id: PKGBUILD 80731 2012-12-01 17:21:44Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Daniel Hommel <dhommel@gmail.com> pkgname=mksh -pkgver=R40f +pkgver=R41 pkgrel=1 -pkgdesc="The MirBSD Korn Shell - an enhanced version of the public domain ksh" -url="http://mirbsd.de/mksh" -license=("custom") -makedepends=('cpio') +pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh' +url='https://www.mirbsd.org/mksh.htm' +license=('custom') arch=('i686' 'x86_64' 'mips64el') install=mksh.install -source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.cpio.gz" - "https://www.mirbsd.org/TaC-mksh.txt") +source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz" + 'https://www.mirbsd.org/TaC-mksh.txt') depends=('gcc-libs') -md5sums=('22c9570660c2efadf36de7b620d06966' - '0016ef61a990bcd763604da7ae2beb25') +md5sums=('70eca50d9340412714ef09b7060ebde9' + '124164b14263f5ee09d2135fffce7282') build() { - cd "$srcdir" - # makepkg can't extract cpio files - cpio -mid < "$pkgname-$pkgver.cpio" - cd "$srcdir/$pkgname" + sh Build.sh -r -c lto ./test.sh gzip -n9 mksh.1 |