Magellan Linux

Annotation of /trunk/core/attr/attr-2.5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33376 - (hide annotations) (download)
Thu Jul 13 15:16:30 2023 UTC (10 months, 2 weeks ago) by niro
File size: 749 byte(s)
-ver bump to 2.5.1-r1
1 niro 33376 # $Id$
2    
3     PNAME="attr"
4     PVER="2.5.1"
5     PBUILD="r1"
6    
7     PCAT="sys-apps"
8    
9     DESCRIPTION="attr: Extended Attributes Of Filesystem Objects."
10     HOMEPAGE="http://savannah.nongnu.org/projects/${PNAME}"
11    
12     DEPEND=">= virtual/glibc"
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     }