Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5979 - (show annotations) (download)
Tue Aug 17 21:17:04 2010 UTC (13 years, 8 months ago) by niro
File size: 661 byte(s)
auto added: ver bump to 0.1.10-r1
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"