Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25807 - (show annotations) (download)
Tue Nov 25 04:19:52 2014 UTC (9 years, 5 months ago) by niro
File size: 391 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="superkaramba"
4 PVER="4.14.3"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 engine for cool desktop eyecandy."
8
9 DEPEND="== kde-base/kdebase-runtime-${PVER}
10 == dev-python/pykde4-${PVER}
11 >= kde-base/qimageblitz-0.0.6
12 >= dev-lang/python-2.7"
13
14 sminclude kde4
15
16 src_compile()
17 {
18 cd ${SRCDIR}
19
20 kde4_configure \
21 $(cmake_with PythonLibs) \
22 $(cmake_with QImageBlitz) \
23 || die
24
25 mmake || die
26 }