Magellan Linux

Contents of /branches/R11-unstable/core/findutils/findutils-4.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27426 - (show annotations) (download)
Mon Jan 11 09:11:13 2016 UTC (8 years, 4 months ago) by niro
Original Path: trunk/core/findutils/findutils-4.6.0-r1.smage2
File size: 586 byte(s)
-added missing dejagnu sdep
1 # $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 if mqueryfeature "check"
15 then
16 # make check needs dejagnu
17 SDEPEND=">= dev-util/dejagnu-1.5"
18 fi
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 gnu://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd_gnu ${PNAME} gz"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35 mconfigure --libexecdir=/usr/bin || die
36 mmake || die
37 }