Magellan Linux

Contents of /branches/R11-stable/core/grep/grep-2.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24109 - (show annotations) (download)
Fri Feb 20 09:00:14 2015 UTC (9 years, 2 months ago) by niro
File size: 563 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="grep"
4 PVER="2.21"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="GNU regular expression matcher."
10 HOMEPAGE="http://www.gnu.org/software/grep/grep.html"
11
12 DEPEND=">= virtual/glibc
13 >= dev-libs/libpcre-8.33"
14 SDEPEND=">= sys-dev/gettext-0.18"
15 PROVIDE="virtual/grep"
16
17 SRCFILE="${PNAME}-${PVER}.tar.xz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 gnu://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_gnu ${PNAME} xz"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 mconfigure --without-included-regex || die
34 mmake || die
35 }