Magellan Linux

Contents of /smage/trunk/core/libpng/libpng-1.5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1380 - (show annotations) (download)
Tue Mar 1 18:55:25 2011 UTC (13 years, 2 months ago) by niro
File size: 583 byte(s)
auto added: ver bump to 1.5.1-r1
1 # $Id$
2
3 PNAME="libpng"
4 PVER="1.5.1"
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 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
19 sminclude multilib mcore-split
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 # no devel versions!
27 UP2EXCLUDE="-devel"
28 UP2DATE="updatecmd_sourceforge ${PNAME} 01-${PNAME}-master"