Magellan Linux

Contents of /branches/R11-stable/extras/lokalize/lokalize-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24654 - (show annotations) (download)
Fri Feb 20 12:02:52 2015 UTC (9 years, 2 months ago) by niro
File size: 443 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="lokalize"
4 PVER="4.14.3"
5 PBUILD="r1"
6
7 DESCRIPTION="Computer-Aided Translation System."
8
9 DEPEND="== kde-base/kdebase-runtime-${PVER}
10 == kde-base/kdesdk-strigi-analyzers-${PVER}
11 >= app-text/hunspell-1.3
12 == dev-python/pykde4-${PVER}
13 >= x11-libs/qt4-sql-4.8"
14
15 sminclude kde4
16
17 kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9"
18
19 src_compile()
20 {
21 cd ${SRCDIR}
22
23 kde4_configure $(cmake_with HUNSPELL) || die
24 mmake || die
25 }