Magellan Linux

Annotation of /trunk/core/grep/grep-3.11-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33555 - (hide annotations) (download)
Fri Aug 4 12:28:38 2023 UTC (13 months, 3 weeks ago) by niro
File size: 508 byte(s)
-rebuild against libpcre2
1 niro 33555 # $Id$
2    
3     PNAME="grep"
4     PVER="3.11"
5     PBUILD="r2"
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/libpcre2-10"
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     # one test fails
21     msetfeature "!check"
22     sminclude mbuild
23    
24     SRC_URI=(
25     gnu://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd_gnu ${PNAME} xz"