Magellan Linux

Contents of /branches/magellan-next/core/gamin/gamin-0.1.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5980 - (show annotations) (download)
Tue Aug 17 21:22:32 2010 UTC (13 years, 9 months ago) by niro
File size: 839 byte(s)
-only build the daemon, disabled debug-api and python
1 # $Id$
2
3 PNAME="gamin"
4 PVER="0.1.10"
5 PBUILD="r1"
6
7 PCATEGORIE="app-admin"
8 STATE="unstable"
9
10 DESCRIPTION="Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
11 HOMEPAGE="http://people.gnome.org/~veillard/gamin/"
12
13 DEPEND=""
14
15 SDEPEND=">= sys-dev/automake-3
16 >= sys-dev/autoconf-4
17 >= dev-util/pkgconfig-0.25"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://people.gnome.org/~veillard/${PNAME}/sources/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd http://people.gnome.org/~veillard/gamin/sources/'?C=M;O=A' | lasttarball gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure \
36 --enable-inotify \
37 --disable-debug \
38 --disable-debug-api \
39 --disable-server \
40 --without-python \
41 || die
42 mmake || die
43 }