Magellan Linux

Annotation of /trunk/extras/gnome-vfs/gnome-vfs-2.24.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4651 - (hide annotations) (download)
Sat Dec 26 00:00:16 2009 UTC (14 years, 5 months ago) by niro
File size: 1375 byte(s)
auto added: ver bump to 2.24.2-r1
1 niro 4651 # $Id$
2    
3     PNAME="gnome-vfs"
4     PVER="2.24.2"
5     PBUILD="r1"
6    
7     PCATEGORIE="gnome-base"
8     STATE="unstable"
9    
10     DESCRIPTION="GNOME virtual file system."
11     HOMEPAGE="http://www.gnome.org"
12    
13     DEPEND=">= dev-libs/glib2-2.22
14     >= dev-libs/popt-1.12
15     >= dev-libs/libxml2-2.7
16     >= gnome-base/orbit-2.14.17
17     >= gnome-base/gconf-2.28
18     >= gnome-base/libbonobo-2.24
19     >= app-arch/bzip2-1.0.5
20     >= app-admin/fam-2.7.0
21     >= gnome-base/gnome-mime-data-2.18
22     >= x11-misc/shared-mime-info-0.70
23     >= dev-libs/openssl-0.9.8
24     >= net-fs/samba-3.4
25     >= sys-apps/dbus-1.3
26     >= dev-libs/dbus-glib-0.82
27     >= sys-apps/hal-0.5.13
28     >= sys-apps/pmount-0.9.20
29     >= sys-apps/eject-2.1.5
30     >= net-dns/avahi-0.6.25
31     >= sys-apps/acl-2.2
32     >= sys-apps/attr-2.4"
33    
34     SDEPEND=">= dev-util/pkgconfig-0.23
35     >= dev-util/intltool-0.40
36     >= gnome-base/gnome-common-2.28"
37    
38     sminclude gnome2
39    
40     UP2DATE="updatecmd_gnome ${PNAME}"
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45    
46     gn2_configure \
47     --disable-static \
48     --disable-cdda \
49     --disable-howl \
50     --disable-krb5 \
51     --enable-acl \
52     --enable-avahi \
53     --enable-fam \
54     --enable-hal \
55     --enable-ipv6 \
56     --enable-samba \
57     --enable-openssl \
58     --disable-gnutls \
59     --with-hal-mount=/usr/bin/pmount \
60     --with-hal-umount=/usr/bin/pumount \
61     --with-hal-eject=/usr/bin/eject \
62     || die
63    
64     mmake || die
65     }
66    
67     src_install()
68     {
69     cd ${SRCDIR}
70    
71     gn2_src_install || die
72    
73     # fix wrong doc dir
74     rm -rf ${BINDIR}/usr/doc || die
75     }

Properties

Name Value
svn:keywords Id