Magellan Linux

Annotation of /branches/R11-stable/core/grep/grep-2.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20792 - (hide annotations) (download)
Tue Feb 11 09:48:55 2014 UTC (10 years, 3 months ago) by niro
File size: 563 byte(s)
-release branches/R11-stable
1 niro 20537 # $Id$
2    
3     PNAME="grep"
4     PVER="2.16"
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     }