Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1882 - (show annotations) (download)
Fri Sep 30 10:13:41 2011 UTC (12 years, 6 months ago) by niro
File size: 655 byte(s)
auto added: ver bump to 4.1.6-r3
1 # $Id$
2
3 PNAME="giflib"
4 PVER="4.1.6"
5 PBUILD="r3"
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.1"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
21 sminclude mbuild mcore-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 }