Magellan Linux

Contents of /trunk/extras/umbrello/umbrello-4.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19093 - (show annotations) (download)
Tue Aug 27 13:35:46 2013 UTC (10 years, 9 months ago) by niro
File size: 532 byte(s)
auto added: ver bump to 4.11.0-r1
1 # $Id$
2
3 PNAME="umbrello"
4 PVER="4.11.0"
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-libs/libxml2-2.7
12 >= dev-libs/libxslt-1.1.26"
13
14 SDEPEND=">= dev-libs/boost-1.53"
15
16 sminclude kde4
17
18 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 kde4_configure \
25 $(cmake_with Boost) \
26 $(cmake_with LibXml2) \
27 $(cmake_with LibXslt) \
28 || die
29
30 mmake || die
31 }