Magellan Linux

Annotation of /trunk/todo/zziplib/zziplib-0.13.49-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2771 - (hide annotations) (download)
Thu Jul 9 20:56:50 2009 UTC (14 years, 11 months ago) by niro
File size: 671 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/zziplib/zziplib-0.13.49-r1.smage2,v 1.2 2008/02/07 14:23:58 niro Exp $
2    
3     PNAME="zziplib"
4     PVER="0.13.49"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="testing"
9    
10     DESCRIPTION="library for reading zip files."
11     HOMEPAGE="http://zziplib.sourceforge.net/"
12    
13     DEPEND=">= virtual/glibc
14     >= media-libs/libsdl-1.2
15     >= sys-libs/zlib-1.2.1"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.15.0"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude mbuild
23    
24     SRC_URI=(
25     sourceforge://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     mconfigure --disable-dependency-tracking --enable-sdl || die
34     mmake || die
35     }

Properties

Name Value
svn:keywords Id