Magellan Linux

Contents of /smage/trunk/core/giflib/giflib-4.1.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3062 - (show annotations) (download)
Thu Sep 8 00:13:10 2011 UTC (12 years, 9 months ago) by niro
File size: 651 byte(s)
auto added: ver bump to 4.1.6-r2
1 # $Id$
2
3 PNAME="giflib"
4 PVER="4.1.6"
5 PBUILD="r2"
6
7 PCATEGORIE="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_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
21 sminclude mbuild alx-split
22
23 SRC_URI=(
24 sourceforge://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28
29 UP2DATE="updatecmd_sourceforge ${PNAME}"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34 mconfigure --with-x || die
35 mmake || die
36 }