17 lines
490 B
Bash
17 lines
490 B
Bash
# Template build file for 'grep'.
|
|
pkgname=grep
|
|
version=2.26
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config gettext-devel"
|
|
makedepends="pcre-devel"
|
|
short_desc="The GNU grep utility"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/grep/"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=246a8fb37e82aa33d495b07c22fdab994c039ab0f818538eac81b01e78636870
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|