Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/giflib/giflib-5.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14373 - (hide annotations) (download)
Thu Jul 9 13:22:25 2020 UTC (3 years, 10 months ago) by niro
Original Path: smage/trunk/core/giflib/giflib-5.2.1-r1.smage2
File size: 799 byte(s)
auto added: ver bump to 5.2.1-r1
1 niro 14373 # $Id$
2    
3     PNAME="giflib"
4     PVER="5.2.1"
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     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.gz"
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 gz"
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40     mconfigure --with-x || die
41     mmake || die
42     }