Magellan Linux

Annotation of /trunk/todo/poxml/poxml-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27926 - (hide annotations) (download)
Wed Apr 6 11:12:54 2016 UTC (8 years, 2 months ago) by niro
File size: 386 byte(s)
-moved to 'todo'
1 niro 26703 # $Id$
2    
3     PNAME="poxml"
4     PVER="4.14.3"
5     PBUILD="r2"
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     }