vp-build/srcpkgs/chroot-grep/template

21 lines
642 B
Bash

# Build template for 'chroot-grep'.
pkgname=chroot-grep
version=2.21
revision=3
wrksrc=grep-${version}
bootstrap=yes
conflicts="grep>=0"
provides="grep-${version}_${revision}"
build_style=gnu-configure
configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
homepage="http://www.gnu.org/software/grep/"
distfiles="${GNU_SITE}/grep/grep-$version.tar.xz"
short_desc="The GNU grep utility - for use with xbps-src"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
checksum=5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de
post_install() {
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
}