Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23948 - (hide annotations) (download)
Fri Feb 13 10:29:19 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/poxml/poxml-4.14.3-r1.smage2
File size: 386 byte(s)
-added missing kdelibs sdep
1 niro 23947 # $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 niro 23948 # needs kde4-config to build
13     SDEPEND="== kde-base/kdelibs-${PVER}"
14    
15 niro 23947 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     }