Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6994 - (show annotations) (download)
Thu Jul 30 16:47:16 2015 UTC (8 years, 9 months ago) by niro
File size: 1372 byte(s)
-fixed missing SDEPEND
1 # $Id$
2
3 PNAME="webkitgtk"
4 PVER="2.4.9"
5 PBUILD="r2"
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-icu-0.9
19 >= x11-libs/gtk2+-2.24"
20
21 ALX_DEV_DEPEND=">= x11-libs/libXt-dev-1.1
22 >= dev-libs/libxslt-dev-1.1.28
23 >= dev-db/sqlite-dev-3.8
24 >= net-libs/libsoup-dev-2.50
25 >= virtual/opengl-dev
26 >= media-libs/libwebp-dev-0.4
27 >= media-libs/harfbuzz-0.9
28 >= x11-libs/gtk2+-dev-2.24"
29
30 SDEPEND=">= dev-util/gperf-3
31 >= dev-lang/python-2.7
32 >= dev-lang/ruby-2.2
33 ${ALX_DEV_DEPEND}"
34
35 SRCFILE="${PNAME}-${PVER}.tar.xz"
36 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
37
38 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.* usr/share/webkitgtk-1.0 usr/bin"
39 sminclude mbuild alx-split
40
41 SRC_URI=(
42 http://webkitgtk.org/releases/${SRCFILE}
43 mirror://${PNAME}/${SRCFILE}
44 )
45
46 UP2DATE="updatecmd http://webkitgtk.org/releases/ | grep ${PNAME} | highesttarball xz"
47
48 src_compile()
49 {
50 cd ${SRCDIR}
51
52 mconfigure \
53 --libexecdir=/usr/$(mlibdir)/${PNAME} \
54 --disable-introspection \
55 --disable-webkit2 \
56 --disable-geolocation \
57 --disable-video \
58 --disable-web-audio \
59 --disable-credential-storage \
60 --disable-spellcheck \
61 --disable-gtk-doc \
62 --with-gtk=2.0 \
63 || die
64
65 mmake || die
66 }