Contents of /trunk/extras/zziplib/zziplib-0.13.49-r1.smage2
Parent Directory | Revision Log
Revision 2 -
(show annotations)
(download)
Fri Oct 10 13:29:42 2008 UTC (16 years, 1 month ago) by niro
File size: 671 byte(s)
Fri Oct 10 13:29:42 2008 UTC (16 years, 1 month ago) by niro
File size: 671 byte(s)
import repo
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 |