Magellan Linux

Contents of /trunk/core/popt/popt-1.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9938 - (show annotations) (download)
Sun Jan 15 00:08:53 2012 UTC (12 years, 4 months ago) by niro
File size: 528 byte(s)
-imported from magellan-next
1 # $Id$
2
3 PNAME="popt"
4 PVER="1.16"
5 PBUILD="r2"
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 mbuild
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 cd ${SRCDIR}
29
30 mconfigure --enable-nls --with-gnu-ld || die
31 mmake || die
32 }