c2bfc6b7d5
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible. + Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate. + Clean up xlint warnings. + inetutils: update to 1.9.3 and split into subpkgs
14 lines
434 B
Bash
14 lines
434 B
Bash
# Template build file for 'grep'.
|
|
pkgname=grep
|
|
version=2.21
|
|
revision=3
|
|
build_pie=yes
|
|
build_style=gnu-configure
|
|
makedepends="pcre-devel"
|
|
conflicts="chroot-grep>=0"
|
|
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=5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de
|