wok annotate avfs-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents b2dc64e8a80b
children ad0bc3efbf37
rev   line source
pascal@14529 1 # SliTaz package receipt.
pascal@14529 2
pascal@14529 3 PACKAGE="avfs-dev"
Hans-G?nter@24339 4 VERSION="1.1.4"
pascal@14529 5 CATEGORY="development"
pascal@14529 6 SHORT_DESC="A virtual Filesystem implemented with FUSE, development files."
pascal@14529 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
Hans-G?nter@22522 9 WEB_SITE="https://sourceforge.net/projects/avf/"
Hans-G?nter@20729 10
Hans-G?nter@22522 11 DEPENDS="avfs"
pascal@14529 12 WANTED="avfs"
pascal@14529 13
pascal@14529 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14529 15 genpkg_rules()
pascal@14529 16 {
Hans-G?nter@24339 17 cook_copy_folders include
Hans-G?nter@24339 18 cook_copy_files *.*a
pascal@14529 19 }