wok view btrfs-mkfs/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents c3bdb0de80a7
children 35739426d4fb
line source
1 # SliTaz package receipt.
3 PACKAGE="btrfs-mkfs"
4 VERSION="4.15"
5 CATEGORY="system-tools"
6 SHORT_DESC="Btrfs Filesystem creation tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://btrfs.wiki.kernel.org/"
10 WANTED="btrfs-progs"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $install/usr/bin/mkfs.btrfs $fs/usr/bin
17 }