20 lines
650 B
Text
20 lines
650 B
Text
# Build template for 'chroot-grep'.
|
|
pkgname=chroot-grep
|
|
version=2.21
|
|
revision=1
|
|
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="http://ftp.gnu.org/gnu/grep/grep-$version.tar.xz"
|
|
short_desc="The GNU grep utility - for use with xbps-src"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
|
|
}
|