wok-current view btrfs-dev/receipt @ rev 23901
httpfs2-fuse: add man
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 31 14:26:28 2020 +0000 (2020-07-31) |
parents | 03b5eea95a6c |
children | b185abe5285c |
line source
1 # SliTaz package receipt.
3 PACKAGE="btrfs-dev"
4 VERSION="5.4"
5 CATEGORY="development"
6 SHORT_DESC="Btrfs Filesystem - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://btrfs.wiki.kernel.org/index.php/Main_Page"
11 WANTED="btrfs-progs"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 }