Magellan Linux

Contents of /smage/branches/alx07x-stable/core/findutils/findutils-4.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14972 - (show annotations) (download)
Thu Aug 6 12:58:50 2020 UTC (3 years, 8 months ago) by niro
File size: 570 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="findutils"
4 PVER="4.7.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.xz"
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} xz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31 mconfigure --libexecdir=/usr/bin || die
32 mmake || die
33 }