Magellan Linux

Contents of /smage/trunk/core/popt/popt-1.15-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 137 - (show annotations) (download)
Fri Jan 8 19:17:09 2010 UTC (14 years, 3 months ago) by niro
File size: 601 byte(s)
-mcore-split
1 # $Id$
2
3 PNAME="popt"
4 PVER="1.15"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Popt - Library for parsing command line options."
11 HOMEPAGE="http://rpm5.org/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
19 sminclude mbuild mcore-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 cd ${SRCDIR}
31
32 mconfigure --disable-nls --with-gnu-ld || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id