2008-10-23 18:32:34 +02:00
|
|
|
# Template build file for 'grep'.
|
|
|
|
pkgname=grep
|
2013-10-27 10:55:17 +01:00
|
|
|
version=2.15
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-07-07 13:36:22 +02:00
|
|
|
makedepends="pcre-devel>=8.30"
|
2014-01-01 16:10:11 +01:00
|
|
|
conflicts="chroot-grep>=0"
|
2008-10-23 18:32:34 +02:00
|
|
|
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"
|
2013-10-27 10:55:17 +01:00
|
|
|
checksum=bf5a834e587974c8c64e71b35b9e75cd21c7ff253c0e7fbfb0a78be794965314
|
2013-02-01 12:06:10 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
touch ${DESTDIR}/usr/share/info/dir
|
|
|
|
}
|