Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25727 - (show annotations) (download)
Tue Nov 25 04:13:35 2014 UTC (9 years, 5 months ago) by niro
File size: 386 byte(s)
-release branches/R11-unstable
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 # needs kde4-config to build
13 SDEPEND="== kde-base/kdelibs-${PVER}"
14
15 sminclude kde4
16
17 src_compile()
18 {
19 cd ${SRCDIR}
20
21 kde4_configure \
22 $(cmake_with Antlr2) \
23 $(cmake_with Gettext) \
24 || die
25
26 mmake || die
27 }