Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 981 - (show annotations) (download)
Tue Aug 4 12:24:46 2009 UTC (14 years, 10 months ago) by niro
File size: 574 byte(s)
-moved to 'core'
1 # $Header: /alx-cvs/smage-eglibc/popt/popt-1.13-r1.smage2,v 1.1 2008/03/04 15:16: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 alx
19
20 SRC_URI=(
21 http://rpm5.org/files/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure --enable-nls --with-gnu-ld || die
30 mmake || die
31 }

Properties

Name Value
svn:keywords Id