wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="avfs-dev"
4 VERSION="1.1.4"
5 CATEGORY="development"
6 SHORT_DESC="A virtual Filesystem implemented with FUSE, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/avf/"
11 DEPENDS="avfs"
12 WANTED="avfs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_files *.*a
19 }