wok view btrfs-dev/receipt @ rev 23043

gcc83-lib-base: add /usr/libgcc83/libstdc++.la (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 12:21:44 2020 +0100 (2020-03-05)
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 }