moreutils: update to 0.63.
This commit is contained in:
parent
63ecec07cd
commit
9f5a5ae3c6
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'moreutils'
|
# Template file for 'moreutils'
|
||||||
pkgname=moreutils
|
pkgname=moreutils
|
||||||
version=0.62
|
version=0.63
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="DOCBOOK2XMAN=docbook2man"
|
make_build_args="DOCBOOK2XMAN=docbook2man"
|
||||||
hostmakedepends="docbook2x"
|
hostmakedepends="docbook2x"
|
||||||
depends="perl perl-IPC-Run perl-TimeDate perl-Time-Duration"
|
depends="perl perl-IPC-Run perl-TimeDate perl-Time-Duration"
|
||||||
short_desc="Unix tools that nobody thought to write, when Unix was young"
|
short_desc="Unix tools that nobody thought to write, when Unix was young"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only, BSD-2-Clause"
|
||||||
homepage="https://joeyh.name/code/moreutils/"
|
homepage="https://joeyh.name/code/moreutils/"
|
||||||
distfiles="http://http.debian.net/debian/pool/main/m/moreutils/moreutils_0.62.orig.tar.xz"
|
distfiles="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/moreutils-${version}.tar.gz"
|
||||||
checksum=ffd0bfb2e490db63355e1a7d168c6f3f9802ee2c5e80880ca632e603b4b67d88
|
checksum=4fc86d56a8a276a0cec71cdabda5ccca50c7a44a2a1ccd888476741d1ce6831d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# rename parallel to not conflict with gnu-parllel
|
# rename parallel to not conflict with gnu-parllel
|
||||||
|
@ -21,4 +21,7 @@ post_install() {
|
||||||
mv ${DESTDIR}/usr/bin/{,moreutils_}${conflict}
|
mv ${DESTDIR}/usr/bin/{,moreutils_}${conflict}
|
||||||
mv ${DESTDIR}/usr/share/man/man1/{,moreutils_}${conflict}.1
|
mv ${DESTDIR}/usr/share/man/man1/{,moreutils_}${conflict}.1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
sed -n '/Copyright/,/DAMAGE/p' is_utf8/is_utf8.c > LICENSE-is-utf8
|
||||||
|
vlicense LICENSE-is-utf8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue