Magellan Linux

Contents of /trunk/extras/kdenetwork/kdenetwork-3.5.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1586 - (show annotations) (download)
Mon May 11 22:52:41 2009 UTC (15 years ago) by niro
File size: 1039 byte(s)
auto added: ver bump to 3.5.10-r2
1 # $Id$
2
3 PNAME="kdenetwork"
4 PVER="3.5.10"
5 PBUILD="r2"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE network applications."
11 HOMEPAGE="http://www.kde.org/"
12
13 DEPEND=">= kde-base/kdebase-${PVER}
14 >= net-fs/samba-3.3
15 >= net-wlan/wireless-tools-30"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude kde3 mtools
21
22 SRC_URI=(
23 kde://${PVER}/src/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${PNAME}-3.5.5-icqfix.patch
26 )
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fixes some protokol changes in icq
34 # see http://bugs.kde.org/show_bug.cgi?id=130630
35 mpatch ${PNAME}-3.5.5-icqfix.patch || die
36 }
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 kde3_configure --without-external-libgadu --with-wifi || die
43 mmake || die
44 }
45
46 src_install()
47 {
48 cd ${SRCDIR}
49 mmake DESTDIR=${BINDIR} install || die
50
51 # set suid bit on reslisa that every user can start this
52 mchmod +s ${KDEDIR}/bin/reslisa || die
53
54 # lisa needs a config file to work
55 minstalldir /etc || die
56 memptyfile /etc/lisarc || die
57 }

Properties

Name Value
svn:keywords Id