Magellan Linux

Annotation of /trunk/extras/kdenetwork/kdenetwork-3.5.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 1149 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/kdenetwork/kdenetwork-3.5.9-r1.smage2,v 1.1 2008/04/05 13:20:14 niro Exp $
2    
3     PNAME="kdenetwork"
4     PVER="3.5.9"
5     PBUILD="r1"
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
15     >= net-wlan/wireless-tools-29"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude kde3
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     chmod +s ${BINDIR}/${KDEDIR}/bin/reslisa || die
53    
54     # lisa needs a config file to work
55     install -d ${BINDIR}/etc || die
56     touch ${BINDIR}/etc/lisarc || die
57     }

Properties

Name Value
svn:keywords Id