Magellan Linux

Annotation of /trunk/extras/kdeartwork4/kdeartwork4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1874 - (hide annotations) (download)
Mon Jun 8 11:30:08 2009 UTC (15 years, 3 months ago) by niro
File size: 496 byte(s)
-without Eigen2
1 niro 1873 # $Id$
2    
3     PNAME="kdeartwork4"
4     PVER="4.2.4"
5     PBUILD="r1"
6    
7     STATE="unstable"
8    
9     DESCRIPTION="Additional KDE4 artworks."
10    
11     DEPEND="== kde-base/kdebase4-runtime-${PVER}
12     >= virtual/opengl
13     >= x11-misc/xscreensaver-5"
14    
15     sminclude kde4
16    
17     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
18    
19     src_compile()
20     {
21     cd ${SRCDIR}
22    
23 niro 1874 kde4_configure \
24     $(cmake_with OpenGL) \
25     $(cmake_with Xscreensaver) \
26     $(cmake_without Eigen2) \
27     || die
28    
29 niro 1873 mmake || die
30     }

Properties

Name Value
svn:keywords Id