Magellan Linux

Contents of /branches/magellan-next/core/libpng/libpng-1.5.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7665 - (show annotations) (download)
Sun May 29 19:35:26 2011 UTC (13 years ago) by niro
File size: 492 byte(s)
auto added: ver bump to 1.5.2-r1
1 # $Id$
2
3 PNAME="libpng"
4 PVER="1.5.2"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="libpng is the official PNG reference library."
11 HOMEPAGE="http://www.libpng.org/pub/png/libpng.html"
12
13 DEPEND=">= sys-libs/zlib-1.2.5"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude multilib
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 # no devel versions!
26 UP2EXCLUDE="-devel"
27 UP2DATE="updatecmd_sourceforge ${PNAME}"