1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
14 lines
438 B
Bash
14 lines
438 B
Bash
# Template build file for 'grep'.
|
|
pkgname=grep
|
|
version=2.21
|
|
revision=2
|
|
build_pie=yes
|
|
build_style=gnu-configure
|
|
makedepends="pcre-devel"
|
|
conflicts="chroot-grep>=0"
|
|
short_desc="The GNU grep utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/grep/"
|
|
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.xz"
|
|
checksum=5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de
|