Magellan Linux

Annotation of /branches/R11-stable/extras/libmng/libmng-2.0.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21782 - (hide annotations) (download)
Mon Jul 21 09:47:46 2014 UTC (9 years, 11 months ago) by niro
File size: 529 byte(s)
-release branches/R11-stable
1 niro 21078 # $Id$
2    
3     PNAME="libmng"
4     PVER="2.0.2"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="Multiple-image Network Graphics (MNG), equivalent to animated PNG files."
10     HOMEPAGE="http://gjuyn.xs4all.nl/libmng/"
11    
12     DEPEND=">= media-libs/lcms2-2.5
13     >= media-libs/libjpeg-8
14     >= sys-libs/zlib-1.2"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2TARBALL="${PNAME}"
27     UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-devel gz"