Magellan Linux

Annotation of /trunk/core/fam/fam-2.7.0-r9.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
Original Path: trunk/extras/fam/fam-2.7.0-r9.smage2
File size: 1330 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/fam/fam-2.7.0-r9.smage2,v 1.1 2008/04/03 06:49:59 niro Exp $
2    
3     PNAME="fam"
4     PVER="2.7.0"
5     PBUILD="r9"
6    
7     PCATEGORIE="app-admin"
8     STATE="unstable"
9    
10     DESCRIPTION="The File Alteration Monitor provides an API that applications can use to be notified when specific files or directories are changed."
11     HOMEPAGE="http://oss.sgi.com/projects/fam/"
12    
13     DEPEND=">= net-nds/portmap-5b"
14    
15     SDEPEND=">= sys-dev/automake-3
16     >= sys-dev/autoconf-4
17     >= dev-lang/perl-5"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.gz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude mbuild
23    
24     SRC_URI=(
25     ftp://oss.sgi.com/projects/${PNAME}/download/stable/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     mirror://${PNAME}/${PNAME}-${PVER}-largefiles.patch
28     mirror://${PNAME}/${PNAME}-${PVER}-dnotify.patch
29     mirror://${PNAME}/${PNAME}-${PVER}-limits.patch
30     mirror://${PNAME}/${PNAME}-${PVER}-gcc41.patch
31     )
32    
33     src_prepare()
34     {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # large file support
39     mpatch ${PNAME}-${PVER}-largefiles.patch || die
40    
41     # enable dnotify
42     mpatch ${PNAME}-${PVER}-dnotify.patch || die
43    
44     # fix includes
45     mpatch ${PNAME}-${PVER}-limits.patch || die
46    
47     # fix gcc 4.1 issues
48     mpatch ${PNAME}-${PVER}-gcc41.patch || die
49    
50     # listen only to local networks
51     sed -i "s:^\(local_only =\).*:\1 true:g" conf/fam.conf || die
52    
53     autoreconf --install --force || die
54     }

Properties

Name Value
svn:keywords Id