Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1530 - (hide annotations) (download)
Sun May 10 19:15:17 2009 UTC (15 years ago) by niro
File size: 1280 byte(s)
auto added: ver bump to 2.7.0-r10
1 niro 1530 # $Id$
2    
3     PNAME="fam"
4     PVER="2.7.0"
5     PBUILD="r10"
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     # fake it
34     UP2DATE="echo ${PVER}"
35    
36     src_prepare()
37     {
38     munpack ${SRCFILE} || die
39     cd ${SRCDIR}
40    
41     # large file support
42     mpatch ${PNAME}-${PVER}-largefiles.patch || die
43    
44     # enable dnotify
45     mpatch ${PNAME}-${PVER}-dnotify.patch || die
46    
47     # fix includes
48     mpatch ${PNAME}-${PVER}-limits.patch || die
49    
50     # fix gcc 4.1 issues
51     mpatch ${PNAME}-${PVER}-gcc41.patch || die
52    
53     # listen only to local networks
54     sed -i "s:^\(local_only =\).*:\1 true:g" conf/fam.conf || die
55    
56     autoreconf --install --force || die
57     }

Properties

Name Value
svn:keywords Id