Magellan Linux

Annotation of /trunk/core/lzo/lzo-2.02-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
Original Path: trunk/extras/lzo/lzo-2.02-r5.smage2
File size: 607 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/lzo/lzo-2.02-r5.smage2,v 1.1 2008/04/20 23:36:51 niro Exp $
2    
3     PNAME="lzo"
4     PVER="2.02"
5     PBUILD="r5"
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     src_compile()
27     {
28     cd ${SRCDIR}
29    
30     # we want a shared lib
31     mconfigure --enable-shared || die
32     mmake || die
33     }

Properties

Name Value
svn:keywords Id