Magellan Linux

Contents of /branches/magellan-0_10_0/todo/zziplib/zziplib-0.13.49-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (show annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 7 months ago) by niro
File size: 671 byte(s)
created branch 'magellan-0_10_0'
1 # $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