wok annotate gvfs-fuse/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents
children 86790a278e70
rev   line source
al@17280 1 # SliTaz package receipt.
al@17280 2
al@17280 3 PACKAGE="gvfs-fuse"
al@17280 4 VERSION="1.22.1"
al@17280 5 CATEGORY="system-tools"
al@17280 6 SHORT_DESC="FUSE support for gvfs"
al@17280 7 MAINTAINER="al.bobylev@gmail.com"
al@17280 8 LICENSE="GPL2"
al@17280 9 WEB_SITE="http://www.gnome.org/"
al@17280 10
al@17280 11 WANTED="gvfs"
al@17280 12 DEPENDS="gvfs fuse glib glibc-base libffi libgio pcre zlib"
al@17280 13
al@17280 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17280 15 genpkg_rules()
al@17280 16 {
al@17280 17 . $WOK/gvfs/stuff/split
al@17280 18 }