Magellan Linux

Contents of /trunk/extras/iso-codes/iso-codes-2.0-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: 949 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/iso-codes/iso-codes-2.0-r1.smage2,v 1.1 2008/04/20 22:10:05 niro Exp $
2
3 PNAME="iso-codes"
4 PVER="2.0"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="ISO language, territory, currency codes and their translations."
11 HOMEPAGE="http://packages.debian.org/unstable/misc/iso-codes"
12
13 DEPEND=""
14
15 SDEPEND=">= sys-dev/gettext-0.17
16 >= dev-lang/python-2.5
17 >= dev-python/pyxml-0.8.4
18 >= sys-dev/automake-3"
19
20 SRCFILE="${PNAME}_${PVER}.orig.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 http://ftp.debian.org/debian/pool/main/i/${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # fix wrong pkgconfig dir
36 sed -i 's:(datadir)/pkgconfig:(libdir)/pkgconfig:g' Makefile.am || die
37
38 # supress some annoying warnings
39 touch NEWS AUTHORS || die
40 aclocal || die
41 autoconf || die
42 automake --add-missing --foreign --copy || die
43 }

Properties

Name Value
svn:keywords Id