Magellan Linux

Contents of /trunk/core/popt/popt-1.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33465 - (show annotations) (download)
Mon Jul 24 11:34:21 2023 UTC (10 months, 1 week ago) by niro
File size: 658 byte(s)
-ver bump to 1.19-r1
1 # $Id$
2
3 PNAME="popt"
4 PVER="1.19"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Popt - Library for parsing command line options."
10 HOMEPAGE="http://rpm5.org/"
11
12 DEPEND=">= sys-dev/gettext-0.18"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib mbuild
18
19 SRC_URI=(
20 https://ftp.osuosl.org/pub/rpm/${PNAME}/releases/popt-1.x/${SRCFILE}
21 http://rpm5.org/files/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://rpm5.org/files/${PNAME} | highesttarball gz"
26
27 src_compile()
28 {
29 # avoid issues with stripping
30 CLAGS+=" -ffat-lto-objects" \
31 mconfigure --enable-nls --with-gnu-ld || die
32 mmake || die
33 }