Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1789 - (show annotations) (download)
Fri Sep 23 18:10:08 2011 UTC (12 years, 9 months ago) by niro
File size: 566 byte(s)
auto added: ver bump to 1.5.4-r1
1 # $Id$
2
3 PNAME="libpng"
4 PVER="1.5.4"
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 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
18 sminclude multilib mcore-split
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"