wok view btrfs-libs/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents c3bdb0de80a7
children 35739426d4fb
line source
1 # SliTaz package receipt.
3 PACKAGE="btrfs-libs"
4 VERSION="4.15"
5 CATEGORY="system-tools"
6 SHORT_DESC="Btrfs Filesystem lib."
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/lib
16 cp -a $install/usr/lib/*.so* $fs/usr/lib
17 }