summaryrefslogtreecommitdiffstats
path: root/grep/Pkgfile
blob: 9198ab299d6ba573403eecfe887247b875edb592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
description="GNU grep, egrep and fgrep."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://www.gnu.org/software/grep/grep.html"
depends=(libpcre)

name=grep
version=2.7
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)

includes=(autotools)
configure_opts=(
	$(use_enable nls)
)