summaryrefslogtreecommitdiff
path: root/community/moreutils
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/moreutils
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/moreutils')
-rw-r--r--community/moreutils/PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/community/moreutils/PKGBUILD b/community/moreutils/PKGBUILD
index 77ec7bf24..4387558e4 100644
--- a/community/moreutils/PKGBUILD
+++ b/community/moreutils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 77069 2012-10-04 09:18:24Z spupykin $
+# $Id: PKGBUILD 90575 2013-05-13 09:53:46Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
pkgname=moreutils
-pkgver=0.47
-pkgrel=2
+pkgver=0.48
+pkgrel=1
pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
arch=('i686' 'x86_64' 'mips64el')
url="http://joeyh.name/code/moreutils/"
@@ -14,11 +14,16 @@ depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
options=('!emptydirs' 'zipman')
replaces=(moreutils-svn)
source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
-md5sums=('4cd3b41a90d07166632942e173ac5ce2')
+md5sums=('c6f1eb13132a88ce053be709aa2625d2')
build() {
- cd $srcdir/moreutils
+ cd $srcdir/$pkgname
+ sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook
make DOCBOOK2XMAN=docbook2man
+}
+
+package() {
+ cd $srcdir/$pkgname
make PREFIX=$pkgdir/usr install
chmod 0644 $pkgdir/usr/share/man/man1/*