zziplib version bump to 0.13.53

for/master
Daniel Mierswa 2009-05-24 03:08:28 +02:00
parent 6f4472fc7f
commit d5c0539b68
1 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
SUMMARY="A library to read zip files."
DESCRIPTION="The implementation is based only on the (free) subset of
compression with the zlib algorithm."
HOMEPAGE="http://${PN}.sourceforge.net"
DOWNLOADS="mirror://sourceforge/${PN}/${PNV}.tar.bz2"
compression with the zlib algorithm."
HOMEPAGE="http://$PN.sourceforge.net"
DOWNLOADS="mirror://sourceforge/$PN/$PNV.tar.bz2"
LICENCES="|| ( LGPL-2 MPL-1.1 )"
SLOT="0"
@ -25,7 +25,7 @@ DEPENDENCIES="
AT_M4DIR="m4"
DEFAULT_SRC_PREPARE_PATCHES+=( "${FILES}/${PNV}-automagic-deps.patch" )
DEFAULT_SRC_PREPARE_PATCHES+=( "$FILES/$PN-0.13.49-automagic-deps.patch" )
DEFAULT_SRC_CONFIGURE_OPTION_WITHS+=( zlib python xmlto )
DEFAULT_SRC_CONFIGURE_OPTION_ENABLES+=( sdl )