Magellan Linux

Contents of /trunk/todo/umbrello/umbrello-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27954 - (show annotations) (download)
Wed Apr 6 11:25:42 2016 UTC (8 years, 1 month ago) by niro
File size: 432 byte(s)
-moved to 'todo'
1 # $Id$
2
3 PNAME="umbrello"
4 PVER="4.14.3"
5 PBUILD="r2"
6
7 DESCRIPTION="KDE4 UML Modeller."
8
9 DEPEND="== kde-base/kdebase-runtime-${PVER}
10 >= dev-lang/python-2.7
11 >= dev-lang/ruby-2.2
12 >= dev-libs/libxml2-2.7
13 >= dev-libs/libxslt-1.1.26"
14
15 SDEPEND=">= dev-libs/boost-1.57"
16
17 sminclude kde4
18
19 src_compile()
20 {
21 cd ${SRCDIR}
22
23 kde4_configure \
24 $(cmake_with Boost) \
25 $(cmake_with LibXml2) \
26 $(cmake_with LibXslt) \
27 || die
28
29 mmake || die
30 }