Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/findutils/findutils-4.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9853 - (show annotations) (download)
Thu Aug 3 13:49:30 2017 UTC (6 years, 8 months ago) by niro
File size: 570 byte(s)
-release branches/alx07x-unstable
1 # $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 }