Magellan Linux

Contents of /trunk/todo/xload/xload-1.0.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2732 - (show annotations) (download)
Thu Jul 9 20:51:40 2009 UTC (14 years, 10 months ago) by niro
File size: 591 byte(s)
-moved to 'todo'
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