chroot-grep: update to 2.18.
This commit is contained in:
parent
770474e174
commit
c6382c8dd4
|
@ -1,6 +1,6 @@
|
||||||
# Build template for 'chroot-grep'.
|
# Build template for 'chroot-grep'.
|
||||||
pkgname=chroot-grep
|
pkgname=chroot-grep
|
||||||
version=2.16
|
version=2.18
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=grep-${version}
|
wrksrc=grep-${version}
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
@ -13,7 +13,7 @@ distfiles="http://ftp.gnu.org/gnu/grep/grep-$version.tar.xz"
|
||||||
short_desc="The GNU grep utility - for use with xbps-src"
|
short_desc="The GNU grep utility - for use with xbps-src"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=16dfeb5013d8c9f21f40ccec0936f2c1c6a014c828d30488f0d5c6ef7b551162
|
checksum=e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
|
||||||
|
|
Loading…
Reference in New Issue