Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27425 - (hide annotations) (download)
Mon Jan 11 09:07:19 2016 UTC (8 years, 4 months ago) by niro
Original Path: trunk/core/findutils/findutils-4.6.0-r1.smage2
File size: 489 byte(s)
auto added: ver bump to 4.6.0-r1
1 niro 27425 # $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     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     }