Magellan Linux

Contents of /trunk/extras/xload/xload-1.0.2-r2.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: 591 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/xload/xload-1.0.2-r2.smage2,v 1.1 2008/03/24 13:34:44 niro Exp $
2
3 PNAME="xload"
4 PVER="1.0.2"
5 PBUILD="r2"
6
7 PCATEGORIE="x11-apps"
8 STATE="unstable"
9
10 DESCRIPTION="System load average display for X."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 sminclude xorg
14
15 DEPEND=">= x11-libs/libXaw-1"
16
17 SRC_URI=( ${SRC_URI[*]}
18 mirror://${PNAME}/${PNAME}-${PVER}-setuid.patch
19 )
20
21 src_prepar()
22 {
23 xorg_src_prepare
24 cd ${SRCDIR}
25
26 # security fix
27 mpatch ${PNAME}-${PVER}-setuid.patch || die
28 }
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 xorg_src_configure --enable-xprint || die
35 mmake || die
36 }

Properties

Name Value
svn:keywords Id