Magellan Linux

Contents of /trunk/core/acl/acl-2.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33377 - (show annotations) (download)
Thu Jul 13 15:16:59 2023 UTC (9 months, 4 weeks ago) by niro
File size: 736 byte(s)
-ver bump to 2.3.1-r1
1 # $Id$
2
3 PNAME="acl"
4 PVER="2.3.1"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="acl: POSIX Access Control Lists."
10 HOMEPAGE="http://savannah.nongnu.org/projects/${PNAME}"
11
12 DEPEND=">= sys-apps/attr-2.5"
13
14 SDEPEND=">= sys-dev/autoconf-5
15 >= sys-dev/gettext-0.18"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mtools multilib mbuild
21 msetfeature "!check"
22
23 SRC_URI=(
24 http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2SUBSTITUTE=".src"
29 UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME} | highesttarball gz"
30
31 src_compile()
32 {
33 mconfigure \
34 --libexecdir=/usr/'$(mlibdir)' \
35 --enable-gettext \
36 --disable-static \
37 || die
38
39 mmake || die
40 }