Magellan Linux

Contents of /trunk/core/imlib2/imlib2-1.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 885 - (show annotations) (download)
Sat Dec 27 23:06:09 2008 UTC (15 years, 4 months ago) by niro
File size: 878 byte(s)
-fixed dependencies
1 # $Header: /magellan-cvs/smage/imlib2/imlib2-1.4.0-r1.smage2,v 1.2 2008/02/13 13:53:39 niro Exp $
2
3 PNAME="imlib2"
4 PVER="1.4.2"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Imlib2 is the successor to Imlib. It is not just a newer version - it is a completely new library."
11 HOMEPAGE="http://enlightenment.org/"
12
13 DEPEND=">= media-libs/freetype-2.3
14 >= media-libs/libtiff-3.8.2
15 >= media-libs/giflib-4.1.6
16 >= media-libs/libpng-1.2.34
17 >= media-libs/libjpeg-6b
18 >= x11-libs/libXext-1"
19
20 SDEPEND=">= x11-proto/xextproto-1"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild
26
27 SRC_URI=(
28 sourceforge://enlightenment/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd_sourceforge enlightenment ${PNAME}-src"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure --sysconfdir=/etc/X11/imlib --with-x || die
39 mmake || die
40 }

Properties

Name Value
svn:keywords Id