Magellan Linux

Contents of /trunk/core/gtk1+/gtk1+-1.2.10-r8.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1654 - (show annotations) (download)
Tue May 12 22:05:13 2009 UTC (14 years, 11 months ago) by niro
File size: 1110 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/gtk1+/gtk1+-1.2.10-r8.smage2,v 1.1 2008/02/13 09:42:33 niro Exp $
2
3 PNAME="gtk1+"
4 PVER="1.2.10"
5 PBUILD="r8"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="The gimp toolkit v1.x."
11 HOMEPAGE="http://www.gtk.org/"
12
13 DEPEND=">= x11-libs/libXi-1
14 >= x11-libs/libXt-1
15 >= media-libs/libjpeg-6b
16 >= media-libs/libtiff-3.5.7
17 >= dev-libs/glib1-1.2"
18
19 SDEPEND=">= x11-proto/inputproto-1
20 >= x11-proto/xextproto-7
21 >= sys-dev/gettext-0.17
22 >= dev-util/intltool-0.37"
23
24 SRCFILE="${PNAME/1+/+}-${PVER}.tar.gz"
25 SRCDIR="${BUILDDIR}/${PNAME/1+/+}-${PVER}"
26
27 sminclude gnuconfig mbuild multilib
28
29 SRC_URI=(
30 ftp://ftp.gtk.org/pub/gtk/v${PVER:0:3}/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 mirror://${PNAME}/${PNAME}-${PVER}-m4-underquoted.patch
33 )
34
35 src_prepare()
36 {
37 munpack ${SRCFILE} || die
38
39 # fixes m4 warnings
40 mpatch ${PNAME}-${PVER}-m4-underquoted.patch || die
41
42 # support more configure targets
43 all-abis gnuconfig-update '${SRCDIR}-${abi}' || die
44 }
45
46 src_compile()
47 {
48 mconfigure \
49 --sysconfdir=/etc \
50 --with-xinput=xfree \
51 --with-x \
52 --enable-debug=minimum || die
53
54 mmake || die
55 }

Properties

Name Value
svn:keywords Id