Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25834 - (show annotations) (download)
Tue Nov 25 04:22:08 2014 UTC (9 years, 5 months ago) by niro
File size: 432 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="umbrello"
4 PVER="4.14.3"
5 PBUILD="r1"
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.1
12 >= dev-libs/libxml2-2.7
13 >= dev-libs/libxslt-1.1.26"
14
15 SDEPEND=">= dev-libs/boost-1.56"
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 }