Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1583 - (show annotations) (download)
Mon May 11 22:14:55 2009 UTC (15 years ago) by niro
File size: 665 byte(s)
auto added: ver bump to 3.5.10-r2
1 # $Id$
2
3 PNAME="kdeadmin"
4 PVER="3.5.10"
5 PBUILD="r2"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="The KDE system administration tools."
11 HOMEPAGE="http://www.kde.org/"
12
13 DEPEND=">= kde-base/kdebase-${PVER}"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude kde3
19
20 SRC_URI=(
21 kde://${PVER}/src/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_prepare()
26 {
27 munpack ${SRCFILE} || die
28 cd ${SRCDIR}
29
30 # small fix to ensure that lilo's presence will be searched ...
31 echo > ${SRCDIR}/lilo-config/configure.in.in || die
32 }
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 DO_NOT_COMPILE="kpackage" kde3_configure --without-rpm || die
39 mmake || die
40 }

Properties

Name Value
svn:keywords Id