void-packages/srcpkgs/grep/template

19 lines
521 B
Plaintext
Raw Normal View History

# Template build file for 'grep'.
pkgname=grep
2012-08-20 14:30:20 +02:00
version=2.14
2013-02-01 12:06:10 +01:00
revision=3
2013-02-01 11:33:55 +01:00
conflicts="chroot-grep>=0"
build_style=gnu-configure
2012-07-07 13:36:22 +02:00
makedepends="pcre-devel>=8.30"
2013-02-07 00:48:44 +01:00
crossmakedepends="${makedepends}"
short_desc="The GNU grep utility"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-11-18 08:13:52 +01:00
license="GPL-3"
2012-07-05 08:51:17 +02:00
homepage="http://www.gnu.org/software/grep/"
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.xz"
2012-08-20 14:30:20 +02:00
checksum=e70e801d4fbb16e761654a58ae48bf5020621c95c8e35bd864742577685872e1
2013-02-01 12:06:10 +01:00
post_install() {
touch ${DESTDIR}/usr/share/info/dir
}