Magellan Linux

Annotation of /branches/magellan-next/core/lzo/lzo-2.04-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7404 - (hide annotations) (download)
Tue Jan 11 23:32:14 2011 UTC (13 years, 4 months ago) by niro
File size: 683 byte(s)
auto added: ver bump to 2.04-r1
1 niro 7404 # $Id: lzo-2.03-r2.smage2 3574 2009-10-26 15:35:44Z niro $
2    
3     PNAME="lzo"
4     PVER="2.04"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="lzo compression library."
11     HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
12    
13     DEPEND=""
14     SDEPEND=">= dev-lang/nasm-2"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     http://www.oberhumer.com/opensource/${PNAME}/download/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://www.oberhumer.com/opensource/lzo/download/ | grep '/${PNAME}-' | lasttarball gz"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     # we want a shared lib
33     mconfigure --enable-shared || die
34     mmake || die
35     }