Magellan Linux

Contents of /branches/R11-unstable/extras/poxml/poxml-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23947 - (show annotations) (download)
Fri Feb 13 10:13:18 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/poxml/poxml-4.14.3-r1.smage2
File size: 318 byte(s)
auto added: ver bump to 4.14.3-r1
1 # $Id$
2
3 PNAME="poxml"
4 PVER="4.14.3"
5 PBUILD="r1"
6
7 DESCRIPTION="Translates DocBook XML files using gettext po files."
8
9 DEPEND=">= x11-libs/qt4-core-4.8
10 >= dev-java/antlr2-2.7"
11
12 sminclude kde4
13
14 src_compile()
15 {
16 cd ${SRCDIR}
17
18 kde4_configure \
19 $(cmake_with Antlr2) \
20 $(cmake_with Gettext) \
21 || die
22
23 mmake || die
24 }