Magellan Linux

Contents of /trunk/extras/gnome-vfs/gnome-vfs-2.22.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4639 - (show annotations) (download)
Fri Dec 25 23:20:46 2009 UTC (14 years, 4 months ago) by niro
File size: 1158 byte(s)
-moved to 'extras'
1 # $Header: /magellan-cvs/smage/gnome-vfs/gnome-vfs-2.22.0-r3.smage2,v 1.1 2008/04/03 18:17:39 niro Exp $
2
3 PNAME="gnome-vfs"
4 PVER="2.22.0"
5 PBUILD="r3"
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.16
14 >= dev-libs/popt-1.10
15 >= dev-libs/libxml2-2.6.16
16 >= gnome-base/orbit-2.14.12
17 >= gnome-base/gconf-2.22
18 >= gnome-base/libbonobo-2.22
19 >= app-arch/bzip2-1.0.2
20 >= app-admin/fam-2.7.0
21 >= gnome-base/gnome-mime-data-2.18
22 >= x11-misc/shared-mime-info-0.23
23 >= dev-libs/openssl-0.9.8
24 >= net-fs/samba-3
25 >= sys-apps/dbus-1.1
26 >= dev-libs/dbus-glib-0.74
27 >= sys-apps/hal-0.5.10
28 >= sys-apps/pmount-0.9.13
29 >= sys-apps/eject-2"
30
31 SDEPEND=">= dev-util/pkgconfig-0.23
32 >= dev-util/intltool-0.37"
33
34 sminclude gnome2
35
36 # note: howl maybe goes later too
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 gn2_configure \
43 --enable-hal \
44 --with-hal-mount=/usr/bin/pmount \
45 --with-hal-umount=/usr/bin/pumount \
46 --with-hal-eject=/usr/bin/eject \
47 || die
48
49 mmake || die
50 }
51
52 src_install()
53 {
54 cd ${SRCDIR}
55
56 gn2_src_install || die
57
58 # fix wrong doc dir
59 rm -rf ${BINDIR}/usr/doc || die
60 }

Properties

Name Value
svn:keywords Id