Magellan Linux

Annotation of /trunk/core/findutils/findutils-4.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27427 - (hide annotations) (download)
Mon Jan 11 09:13:58 2016 UTC (8 years, 5 months ago) by niro
File size: 606 byte(s)
-added missing git sdep
1 niro 27425 # $Id$
2    
3     PNAME="findutils"
4     PVER="4.6.0"
5     PBUILD="r1"
6    
7     PCAT="sys-apps"
8    
9     DESCRIPTION="GNU utilities to find files."
10     HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html"
11    
12     DEPEND=">= virtual/glibc"
13    
14 niro 27426 if mqueryfeature "check"
15     then
16     # make check needs dejagnu
17 niro 27427 SDEPEND=">= dev-util/dejagnu-1.5
18     >= dev-util/git-2"
19 niro 27426 fi
20    
21 niro 27425 SRCFILE="${PNAME}-${PVER}.tar.gz"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude mbuild
25    
26     SRC_URI=(
27     gnu://${PNAME}/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd_gnu ${PNAME} gz"
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36     mconfigure --libexecdir=/usr/bin || die
37     mmake || die
38     }