Magellan Linux

Contents of /smage/trunk/extras/popt/popt-1.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8942 - (show annotations) (download)
Mon Apr 11 13:48:06 2016 UTC (8 years, 5 months ago) by niro
File size: 526 byte(s)
auto added: ver bump to 1.16-r1
1 # $Id$
2
3 PNAME="popt"
4 PVER="1.16"
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=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild multilib alx-split
18
19 SRC_URI=(
20 http://rpm5.org/files/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://rpm5.org/files/${PNAME} | lasttarball gz"
25
26 src_compile()
27 {
28 mconfigure --disable-nls --with-gnu-ld || die
29 mmake || die
30 }