wok annotate gvfs-afp/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 96fd065ed4ea
children
rev   line source
al@17280 1 # SliTaz package receipt.
al@17280 2
al@17280 3 PACKAGE="gvfs-afp"
al@17280 4 VERSION="1.22.1"
al@17280 5 CATEGORY="system-tools"
al@17280 6 SHORT_DESC="Apple Filing Protocol support for gvfs (afp:///)"
al@17280 7 MAINTAINER="al.bobylev@gmail.com"
al@17280 8 LICENSE="GPL2"
pascal@20421 9 WEB_SITE="https://www.gnome.org/"
al@17280 10
al@17280 11 WANTED="gvfs"
al@17280 12 DEPENDS="gvfs glib glibc-base libffi libgcrypt libgio libgpg-error 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 }