wok view btrfs-mkfs/receipt @ rev 24067

linld: add cpu detection
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 05 15:05:16 2021 +0000 (2021-07-05)
parents 5261e289a47f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="btrfs-mkfs"
4 VERSION="5.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="Btrfs Filesystem creation tool."
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/bin
17 cp -a $install/usr/bin/mkfs.btrfs $fs/usr/bin
18 }