Magellan Linux

Contents of /branches/magellan-0_10_0/extras/kdeutils4/kdeutils4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (show annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 7 months ago) by niro
File size: 855 byte(s)
created branch 'magellan-0_10_0'
1 # $Id$
2
3 PNAME="kdeutils4"
4 PVER="4.2.4"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="Useful KDE utils including: kcalc, kcharselect, kdepasswd, kedit, kfind, khexedit, klpq, knotes, ktimer, ark, superkaramba and many more."
11
12 DEPEND=">= kde-base/kdebase4-runtime-${PVER}
13 >= kde-base/kdepimlibs4-${PVER}
14 >= kde-base/qimageblitz-0.0.4
15 >= app-arch/libarchive-2.7
16 >= app-crypt/gnupg-2
17 >= dev-libs/gmp-4.3
18 >= dev-libs/libzip-0.9
19 >= dev-lang/python-2.6
20 >= net-misc/openssh-5.2
21 >= sys-libs/zlib-1.2"
22
23 sminclude kde4
24
25 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 kde4_configure \
32 $(cmake_with GMP) \
33 $(cmake_with LibArchive) \
34 $(cmake_with PythonLibs) \
35 $(cmake_with LibZip) \
36 $(cmake_with ZLIB) \
37 || die
38
39 mmake || die
40 }

Properties

Name Value
svn:keywords Id