Magellan Linux

Contents of /branches/R11-unstable/extras/libmng/libmng-2.0.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32665 - (show annotations) (download)
Mon Apr 29 13:23:01 2019 UTC (5 years ago) by niro
File size: 524 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libmng"
4 PVER="2.0.3"
5 PBUILD="r2"
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.8
13 >= virtual/libjpeg
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"