Magellan Linux

Contents of /branches/magellan-next/core/eventlog/eventlog-0.2.12-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7637 - (show annotations) (download)
Fri May 27 21:09:05 2011 UTC (12 years, 11 months ago) by niro
File size: 843 byte(s)
auto added: ver bump to 0.2.12-r2
1 # $Id$
2
3 PNAME="eventlog"
4 PVER="0.2.12"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="The eventlog package contains support libraries needed by syslog-ng."
11 HOMEPAGE="http://www.balabit.com/products/syslog_ng/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}_${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.balabit.com/downloads/files/syslog-ng/sources/3.0.4/source/${SRCFILE}
22 http://www.balabit.com/downloads/files/eventlog/0.2/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 # want only 0.2.x versions
27 #UP2DATE="updatecmd http://www.balabit.com/downloads/files/eventlog/0.2/ | sed 's:${PNAME}_:${PNAME}-:g' | lasttarball gz"
28 UP2DATE="updatecmd 'http://www.balabit.com/downloads/files?sort=asc&order=Created&path=%2Feventlog%2F0.2' | sed 's:${PNAME}_:${PNAME}-:g' | lasttarball gz"