Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7413 - (show annotations) (download)
Wed Jan 12 00:28:42 2011 UTC (13 years, 3 months ago) by niro
File size: 568 byte(s)
-dropped deprecated patches
1 # $Id: libpng-1.2.44-r1.smage2 5470 2010-06-28 17:03:18Z niro $
2
3 PNAME="libpng"
4 PVER="1.5.0"
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} 01-${PNAME}-master"