21 lines
654 B
Bash
21 lines
654 B
Bash
# Template file for 'chroot-grep'
|
|
pkgname=chroot-grep
|
|
version=3.1
|
|
revision=1
|
|
wrksrc="grep-${version}"
|
|
bootstrap=yes
|
|
build_style=gnu-configure
|
|
configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
|
|
short_desc="The GNU grep utility - for use with xbps-src"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.gnu.org/software/grep/"
|
|
distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
|
|
checksum=db625c7ab3bb3ee757b3926a5cfa8d9e1c3991ad24707a83dde8a5ef2bf7a07e
|
|
conflicts="grep>=0"
|
|
provides="grep-${version}_${revision}"
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
|
|
}
|