wok view gvfs-smb/receipt @ rev 14252

readline: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 25 15:43:45 2013 +0100 (2013-03-25)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gvfs-smb"
4 VERSION="1.13.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Userspace virtual filesystem designed to work with gio."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.gnome.org/"
9 DEPENDS="gvfs smbclient"
10 WANTED="gvfs"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/gvfs $fs/usr/share/gvfs/mounts \
16 $fs/usr/share/glib-2.0/schemas
17 cp -a $install/usr/lib/gvfs/gvfsd-smb* $fs/usr/lib/gvfs
18 cp -a $install/usr/share/gvfs/mounts/smb* $fs/usr/share/gvfs/mounts
19 cp -a $install/usr/share/glib-2.0/schemas/*smb* $fs/usr/share/glib-2.0/schemas
20 }