Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/libpng/libpng-1.5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2506 - (show annotations) (download)
Thu Jun 30 13:55:15 2011 UTC (12 years, 11 months ago) by niro
File size: 595 byte(s)
-removed STATE variable from smage files, use global distribution file for package/distribution states
1 # $Id$
2
3 PNAME="libpng"
4 PVER="1.5.1"
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 REMOVE_DEPRECATED_MAGE_TARGETS=1
18 ALX_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
19 sminclude multilib alx-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"