chroot-grep: update to 2.21.
This commit is contained in:
parent
c20e16182e
commit
655dc4eeb9
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Build template for 'chroot-grep'.
|
# Build template for 'chroot-grep'.
|
||||||
pkgname=chroot-grep
|
pkgname=chroot-grep
|
||||||
version=2.18
|
version=2.21
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=grep-${version}
|
wrksrc=grep-${version}
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
@ -13,11 +13,8 @@ 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=e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720
|
checksum=5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
|
||||||
if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then
|
|
||||||
rm -f ${DESTDIR}/usr/lib/charset.alias
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue