Magellan Linux

Contents of /branches/R11-unstable/core/findutils/findutils-4.4.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24958 - (show annotations) (download)
Tue Nov 25 02:43:25 2014 UTC (9 years, 5 months ago) by niro
File size: 489 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="findutils"
4 PVER="4.4.2"
5 PBUILD="r3"
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 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 gnu://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_gnu ${PNAME} gz"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29 mconfigure --libexecdir=/usr/bin || die
30 mmake || die
31 }