Magellan Linux

Contents of /trunk/extras/kdeadmin/kdeadmin-3.5.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 759 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/kdeadmin/kdeadmin-3.5.9-r1.smage2,v 1.1 2008/04/05 10:58:20 niro Exp $
2
3 PNAME="kdeadmin"
4 PVER="3.5.9"
5 PBUILD="r1"
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