wok annotate avfs-dev/receipt @ rev 24339

updated awstats (7.7 -> 7.8)
author Hans-G?nter Theisgen
date Sat Jan 29 17:28:31 2022 +0100 (2022-01-29)
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 }