Magellan Linux

Contents of /smage/trunk/core/findutils/findutils-4.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 43 - (show annotations) (download)
Mon Jan 4 10:35:41 2010 UTC (14 years, 3 months ago) by niro
File size: 621 byte(s)
auto added: ver bump to 4.4.2-r1
1 # $Id$
2
3 PNAME="findutils"
4 PVER="4.4.2"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="GNU utilities to find files."
11 HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 MCORE_DEV_ZAPMOST_OPTS="usr/bin/find usr/bin/xargs"
19 MCORE_RM_OPTS="usr/bin/find usr/bin/xargs"
20
21 sminclude mbuild mcore-split
22
23 SRC_URI=(
24 gnu://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_gnu ${PNAME} gz"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33 mconfigure --libexecdir=/usr/bin || die
34 mmake || die
35 }
36

Properties

Name Value
svn:keywords Id