Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6503 - (show annotations) (download)
Mon Jul 13 13:31:32 2015 UTC (8 years, 9 months ago) by niro
File size: 541 byte(s)
auto added: ver bump to 4.4.2-r6
1 # $Id$
2
3 PNAME="findutils"
4 PVER="4.4.2"
5 PBUILD="r6"
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 ALX_PKG_KEEP="usr/bin/find usr/bin/xargs"
18 sminclude mbuild alx-split
19
20 SRC_URI=(
21 gnu://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_gnu ${PNAME} gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30 mconfigure --libexecdir=/usr/bin || die
31 mmake || die
32 }