wok-current view avfs-dev/receipt @ rev 24885
updated mcabber (0.9.10 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 01 07:52:41 2022 +0100 (2022-04-01) |
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 }