wok-6.x view gvfs-smb/receipt @ rev 20085

also update libssl: from: 1.0.2k [26 Jan 2017] to 1.0.2l [25 May 2017], see: http://hg.slitaz.org/wok/rev/90fcaa823068
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 22:18:42 2017 +0000 (2017-09-27)
parents 9e01bc6321ea
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="gvfs-smb"
4 VERSION="1.22.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Samba support for gvfs (smb:///)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnome.org/"
11 WANTED="gvfs"
12 DEPENDS="gvfs glib glibc-base libcomerr libcomerr3 libcrypto libffi libgio \
13 libkrb5 libldap libssl pcre samba-common smbclient talloc zlib"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 . $WOK/gvfs/stuff/split
19 }