Magellan Linux

Annotation of /smage/trunk/core/findutils/findutils-4.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8987 - (hide annotations) (download)
Wed Jun 1 11:23:33 2016 UTC (8 years ago) by niro
File size: 570 byte(s)
auto added: ver bump to 4.6.0-r1
1 niro 8987 # $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     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     ALX_PKG_KEEP="usr/bin/find usr/bin/xargs"
18     msetfeature "!check" # fixme
19     sminclude mbuild alx-split
20    
21     SRC_URI=(
22     gnu://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_gnu ${PNAME} gz"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31     mconfigure --libexecdir=/usr/bin || die
32     mmake || die
33     }