Magellan Linux

Annotation of /branches/magellan-next/core/eventlog/eventlog-0.2.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7349 - (hide annotations) (download)
Tue Jan 11 16:42:55 2011 UTC (13 years, 5 months ago) by niro
File size: 902 byte(s)
-fixed UP2DATE uri
1 niro 5988 # $Id: eventlog-0.2.10-r1.smage2 3141 2009-10-13 22:27:23Z niro $
2    
3     PNAME="eventlog"
4     PVER="0.2.12"
5     PBUILD="r1"
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 niro 7349 #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"