Magellan Linux

Contents of /trunk/core/popt/popt-1.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 637 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/popt/popt-1.13-r1.smage2,v 1.1 2008/02/10 11:45:08 niro Exp $
2
3 PNAME="popt"
4 PVER="1.13"
5 PBUILD="r1"
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=">= sys-dev/gettext-0.17"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
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 --enable-nls --with-gnu-ld || die
32 mmake || die
33 }

Properties

Name Value
svn:keywords Id