Magellan Linux

Contents of /trunk/core/libpng/libpng-1.2.34-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 418 - (show annotations) (download)
Thu Dec 25 01:02:31 2008 UTC (15 years, 5 months ago) by niro
File size: 718 byte(s)
-ver bump to 1.2.34-r1
1 # $Header: /magellan-cvs/smage/libpng/libpng-1.2.26-r1.smage2,v 1.2 2008/04/14 18:03:44 niro Exp $
2
3 PNAME="libpng"
4 PVER="1.2.34"
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.3"
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 mirror://${PNAME}/${PNAME}-1.2.24-fix-includes.patch
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31
32 # fix broken includes
33 mpatch ${PNAME}-1.2.24-fix-includes.patch || die
34 }

Properties

Name Value
svn:keywords Id