Magellan Linux

Contents of /branches/R11-stable/extras/libzip/libzip-0.10.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15267 - (show annotations) (download)
Wed Jan 2 11:06:19 2013 UTC (11 years, 4 months ago) by niro
File size: 640 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libzip"
4 PVER="0.10.1"
5 PBUILD="r2"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="C library for reading, creating and modifying zip archives."
10 HOMEPAGE="http://www.nih.at/libzip/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18 msetfeature "!check"
19
20 SRC_URI=(
21 http://www.nih.at/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-0.10-missing-headers.patch
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix missing headers
34 mpatch ${PNAME}-0.10-missing-headers.patch || die
35 mautoreconf || die
36 }