Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23840 - (hide annotations) (download)
Thu Feb 5 15:00:35 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/superkaramba/superkaramba-4.14.3-r1.smage2
File size: 391 byte(s)
auto added: ver bump to 4.14.3-r1
1 niro 23840 # $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     }