Magellan Linux

Annotation of /trunk/deprecated/libol/libol-0.3.18-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1222 - (hide annotations) (download)
Sun Apr 26 13:03:17 2009 UTC (15 years, 1 month ago) by niro
File size: 807 byte(s)
-moved to 'deprecated'
1 niro 170 # $Header: /magellan-cvs/smage/libol/libol-0.3.18-r3.smage2,v 1.1 2008/02/10 12:06:56 niro Exp $
2    
3     PNAME="libol"
4     PVER="0.3.18"
5     PBUILD="r4"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="The libol 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/${PNAME}/${PVER:0:3}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     # 0.3 versions
26     UP2DATE="updatecmd http://www.balabit.com/downloads/files/${PNAME}/0.3 | grep ${PNAME}- | sed 's/.*-\(.*\)\.t.*/\1/' | sort -n | sed -n '$ p'"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     mconfigure --enable-shared || die
33     mmake CFLAGS="${CFLAGS}" || die
34     }

Properties

Name Value
svn:keywords Id