wok annotate gvfs-obexftp/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 1b0c9ef3c8cf
children 86790a278e70
rev   line source
al@17280 1 # SliTaz package receipt.
al@17280 2
al@17280 3 PACKAGE="gvfs-obexftp"
al@17280 4 VERSION="1.22.1"
al@17280 5 CATEGORY="system-tools"
al@17280 6 SHORT_DESC="ObexFTP 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/"
pascal@19908 10 TAGS="bluetooth"
al@17280 11
al@17280 12 WANTED="gvfs"
al@17280 13 DEPENDS="gvfs bluez dbus dbus-glib expat glib glibc-base libffi libgio pcre \
pascal@19895 14 zlib obex-data-server"
al@17280 15
al@17280 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17280 17 genpkg_rules()
al@17280 18 {
al@17280 19 . $WOK/gvfs/stuff/split
al@17280 20 }