Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/popt/popt-1.16-r11.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14573 - (show annotations) (download)
Tue Aug 4 11:21:15 2020 UTC (3 years, 8 months ago) by niro
File size: 606 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="popt"
4 PVER="1.16"
5 PBUILD="r11"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Popt - Library for parsing command line options."
10 HOMEPAGE="http://rpm5.org/"
11
12 DEPEND=">= virtual/glibc"
13 SDEPEND=">= sys-dev/gettext-0.20"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
19 sminclude mbuild multilib mbuild alx-split
20
21 SRC_URI=(
22 #http://rpm5.org/files/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://rpm5.org/files/${PNAME} | lasttarball gz"
27
28 src_compile()
29 {
30 mconfigure --disable-nls --with-gnu-ld || die
31 mmake || die
32 }