Magellan Linux

Contents of /trunk/core/grep/grep-3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29561 - (show annotations) (download)
Tue Jul 4 08:10:06 2017 UTC (6 years, 9 months ago) by niro
File size: 562 byte(s)
auto added: ver bump to 3.1-r1
1 # $Id$
2
3 PNAME="grep"
4 PVER="3.1"
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 }