Magellan Linux

Annotation of /trunk/deprecated/distccmon-gnome/distccmon-gnome-2.18.3-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4252 - (hide annotations) (download)
Tue Dec 1 08:59:19 2009 UTC (14 years, 6 months ago) by niro
File size: 904 byte(s)
-moved to 'deprecated'
1 niro 2 # $Header: /magellan-cvs/smage/distccmon-gnome/distccmon-gnome-2.18.3-r6.smage2,v 1.1 2008/04/20 21:49:18 niro Exp $
2    
3     PNAME="distccmon-gnome"
4     PVER="2.18.3"
5     PBUILD="r6"
6    
7     PCATEGORIE="dev-util"
8     STATE="unstable"
9    
10     DESCRIPTION="DistCC GTK2 Client."
11     HOMEPAGE="http://distcc.samba.org/"
12    
13     DEPEND="== dev-util/distcc-${PVER}
14     >= dev-libs/popt-1.13
15     >= x11-libs/gtk2+-2.12
16     >= x11-libs/pango-1.20"
17    
18     SDEPEND=">= sys-apps/shadow-4
19     >= dev-util/pkgconfig-0.23"
20    
21     SRCFILE="distcc-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/distcc-${PVER}"
23    
24     sminclude mbuild cleanutils
25    
26     SRC_URI=(
27     http://distcc.samba.org/ftp/${PNAME}/${SRCFILE}
28     mirror://distcc/${SRCFILE}
29     )
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     mconfigure --with-gtk || die
36     mmake || die
37     }
38    
39     src_install()
40     {
41     cd ${SRCDIR}
42     make DESTDIR="${BINDIR%/}" install || die
43    
44     # remove all other stuff but the gtk2 client
45     zapmost ${BINDIR} usr/bin/distccmon-gnome usr/share/distcc || die
46     }

Properties

Name Value
svn:keywords Id