Magellan Linux

Contents of /branches/magellan-next/extras/gvfs/gvfs-1.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8314 - (show annotations) (download)
Thu Jul 14 16:07:19 2011 UTC (12 years, 9 months ago) by niro
File size: 1141 byte(s)
imported
1 # $Id$
2
3 PNAME="gvfs"
4 PVER="1.4.3"
5 PBUILD="r1"
6
7 PCATEGORIE="gnome-base"
8 STATE="unstable"
9
10 DESCRIPTION="GNOME Virtual Filesystem Layer."
11 HOMEPAGE="http://www.gnome.org/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= dev-libs/expat-2
15 >= dev-libs/libxml2-2.7
16 >= dev-libs/libcdio-0.80
17 >= gnome-base/gconf-2.28
18 >= gnome-base/gnome-keyring-2.28
19 >= app-arch/libarchive-2.7
20 >= media-libs/libgphoto2-2.4.7
21 >= net-libs/libsoup-2.28
22 >= net-misc/openssh-5.3
23 >= net-dns/avahi-0.6.25
24 >= net-wlan/bluez-4.56
25 >= net-fs/samba-3.4
26 >= sys-fs/fuse-2.8
27 >= sys-apps/dbus-1.3
28 >= dev-libs/dbus-glib-0.82
29 >= sys-apps/hal-0.5.13
30 >= sys-fs/udev-146"
31
32 SDEPEND=">= dev-util/intltool-0.40
33 >= dev-util/pkgconfig-0.23"
34
35 sminclude gnome2
36
37 UP2DATE="updatecmd_gnome ${PNAME}"
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 gn2_configure \
44 --disable-bash-completion \
45 --enable-udev \
46 --enable-gudev \
47 --enable-cdda \
48 --enable-fuse \
49 --enable-gconf \
50 --enable-gphoto2 \
51 --enable-hal \
52 --enable-http \
53 --enable-keyring \
54 --enable-samba \
55 --enable-avahi \
56 --enable-archive \
57 --enable-obexftp \
58 --disable-gdu \
59 --disable-gtk-doc \
60 || die
61
62 mmake || die
63 }

Properties

Name Value
svn:keywords Id