Magellan Linux

Contents of /smage/trunk/core/giflib/giflib-5.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5175 - (show annotations) (download)
Wed Sep 25 11:45:23 2013 UTC (10 years, 8 months ago) by niro
File size: 679 byte(s)
auto added: ver bump to 5.0.5-r1
1 # $Id$
2
3 PNAME="giflib"
4 PVER="5.0.5"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="giflib is a library for reading and writing gif images."
10 HOMEPAGE="http://sourceforge.net/projects/giflib"
11
12 DEPEND=">= x11-libs/libXt-1.1
13 >= x11-libs/libX11-1.4
14 >= x11-libs/libICE-1
15 >= x11-libs/libSM-1.2"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
21 sminclude mbuild alx-split
22 msetfeature "!check"
23
24 SRC_URI=(
25 sourceforge://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2TARBALL="${PNAME}"
30 UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-5.x"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35 mconfigure --with-x || die
36 mmake || die
37 }