Magellan Linux

Annotation of /trunk/extras/libzip/libzip-0.11.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28378 - (hide annotations) (download)
Wed Aug 24 08:12:51 2016 UTC (7 years, 9 months ago) by niro
File size: 453 byte(s)
-revert commit r28377
1 niro 20593 # $Id$
2    
3     PNAME="libzip"
4     PVER="0.11.2"
5     PBUILD="r1"
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=">= sys-libs/zlib-1.2"
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     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball xz"