Magellan Linux

Contents of /smage/trunk/extras/webkitgtk/webkitgtk-2.4.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6942 - (show annotations) (download)
Mon Jul 27 15:24:23 2015 UTC (8 years, 10 months ago) by niro
File size: 1027 byte(s)
auto added: ver bump to 2.4.9-r1
1 # $Id$
2
3 PNAME="webkitgtk"
4 PVER="2.4.9"
5 PBUILD="r1"
6
7 PCAT="net-www"
8
9 DESCRIPTION="GTK+ Web content engine library."
10 HOMEPAGE="http://webkitgtk.org/"
11
12 DEPEND=">= x11-libs/libXt-1.1
13 >= dev-libs/libxslt-1.1.28
14 >= dev-db/sqlite-3.8
15 >= net-libs/libsoup-2.50
16 >= virtual/opengl
17 >= media-libs/libwebp-0.4
18 >= media-libs/harfbuzz-0.9
19 >= x11-libs/gtk2+-2.24"
20
21 SDEPEND=">= dev-util/gperf-3
22 >= dev-lang/python-2.7
23 >= dev-lang/ruby-2.2"
24
25 SRCFILE="${PNAME}-${PVER}.tar.xz"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 sminclude mtools
29
30 SRC_URI=(
31 http://webkitgtk.org/releases/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 UP2DATE="updatecmd http://webkitgtk.org/releases/ | grep ${PNAME} | highesttarball xz"
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 mconfigure \
41 --libexecdir=/usr/$(mlibdir)/${PNAME} \
42 --disable-introspection \
43 --disable-webkit2 \
44 --disable-geolocation \
45 --disable-video \
46 --disable-web-audio \
47 --disable-credential-storage \
48 --disable-spellcheck \
49 --disable-gtk-doc \
50 --with-gtk=2.0 \
51 || die
52
53 mmake || die
54 }