Magellan Linux

Contents of /smage/branches/alx-0_9_0/dillo/dillo-0.8.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1271 - (show annotations) (download)
Tue Dec 29 12:48:37 2009 UTC (14 years, 5 months ago) by niro
File size: 1100 byte(s)
renamed branch_0.9.0 to alx-0_9_0
1 # $Header: /alx-cvs/smage-eglibc/dillo/dillo-0.8.6-r1.smage2,v 1.1 2008/06/22 21:18:43 niro Exp $
2
3 PNAME="dillo"
4 PVER="0.8.6"
5 PBUILD="r1"
6
7 PCATEGORIE="net-www"
8 STATE="unstable"
9
10 DESCRIPTION="A very small and fast webbrowser based on gtk1."
11 HOMEPAGE="http://www.dillo.org/"
12
13 DEPEND=">= sys-libs/zlib-1.2.3
14 >= media-libs/libjpeg-6b
15 >= media-libs/libpng-1.2.24
16 >= dev-libs/glib1-1.2
17 >= x11-libs/gtk1+-1.2"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mtools alx
23
24 SRC_URI=(
25 http://www.dillo.org/download/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 }
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 mconfigure \
41 --disable-gtktest \
42 --disable-dlgui \
43 --disable-ipv6 \
44 --disable-ssl \
45 --enable-anti-alias \
46 --enable-tabs \
47 --enable-meta-refresh \
48 || die
49
50 mmake -j1 || die
51 }
52
53 src_install()
54 {
55 cd ${SRCDIR}
56
57 # needed directories
58 minstalldir /etc || die
59 minstalldir /usr/share/icons/${PNAME} || die
60
61 mmake DESTDIR=${BINDIR} install || die
62 minstalldocs AUTHORS ChangeLog* COPYING NEWS README || die
63 }

Properties

Name Value
svn:keywords Id