Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32256 - (show annotations) (download)
Mon Apr 29 12:01:30 2019 UTC (5 years ago) by niro
File size: 615 byte(s)
-release branches/R11-unstable
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 msetfeature "!check" # fixme
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 }