Magellan Linux

Contents of /smage/trunk/core/popt/popt-1.16-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1740 - (show annotations) (download)
Mon Sep 19 08:48:34 2011 UTC (12 years, 7 months ago) by niro
File size: 584 byte(s)
auto added: ver bump to 1.16-r3
1 # $Id$
2
3 PNAME="popt"
4 PVER="1.16"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="Popt - Library for parsing command line options."
10 HOMEPAGE="http://rpm5.org/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
18 sminclude mbuild mcore-split
19
20 SRC_URI=(
21 http://rpm5.org/files/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://rpm5.org/files/${PNAME} | lasttarball gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure --disable-nls --with-gnu-ld || die
32 mmake || die
33 }