wok view btrfs-libs/receipt @ rev 23978

lyx: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 06 17:28:17 2020 +0000 (2020-11-06)
parents 5261e289a47f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="btrfs-libs"
4 VERSION="5.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="Btrfs Filesystem libraries."
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
17 cp -a $install/usr/lib/*.so* $fs/usr/lib
18 }