Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14102 - (show annotations) (download)
Fri Jul 3 11:08:04 2020 UTC (3 years, 9 months ago) by niro
File size: 797 byte(s)
auto added: ver bump to 5.0.5-r5
1 # $Id$
2
3 PNAME="giflib"
4 PVER="5.0.5"
5 PBUILD="r5"
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 SDEPEND=">= x11-libs/libXt-dev-1.1
18 >= x11-libs/libX11-dev-1.4
19 >= x11-libs/libICE-dev-1
20 >= x11-libs/libSM-dev-1.2"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
26 sminclude mbuild alx-split
27 msetfeature "!check"
28
29 SRC_URI=(
30 sourceforge://${PNAME}/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2TARBALL="${PNAME}"
35 UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-5.x"
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40 mconfigure --with-x || die
41 mmake || die
42 }