wok-6.x annotate avfs-dev/receipt @ rev 25446
ftop: add description.txt
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 10:22:54 2022 +0000 (2022-09-06) |
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 } |