Magellan Linux

Contents of /trunk/extras/poxml/poxml-4.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19090 - (show annotations) (download)
Tue Aug 27 13:32:21 2013 UTC (10 years, 9 months ago) by niro
File size: 440 byte(s)
auto added: ver bump to 4.11.0-r1
1 # $Id$
2
3 PNAME="poxml"
4 PVER="4.11.0"
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 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
15
16 src_compile()
17 {
18 cd ${SRCDIR}
19
20 kde4_configure \
21 $(cmake_with Antlr2) \
22 $(cmake_with Gettext) \
23 || die
24
25 mmake || die
26 }