Magellan Linux

Contents of /branches/magellan-next/extras/libzip/libzip-0.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8567 - (show annotations) (download)
Fri Jul 22 10:44:05 2011 UTC (12 years, 10 months ago) by niro
File size: 413 byte(s)
auto added: ver bump to 0.10-r1
1 # $Id$
2
3 PNAME="libzip"
4 PVER="0.10"
5 PBUILD="r1"
6
7 PCATEGORIE="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
19 SRC_URI=(
20 http://www.nih.at/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"