Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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