wok annotate btrfs-libs/receipt @ rev 25044
*/stuff/bootloader.S: fix VCPI case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 02 15:48:36 2022 +0000 (2022-06-02) |
parents | 5261e289a47f |
children |
rev | line source |
---|---|
pascal@18215 | 1 # SliTaz package receipt. |
pascal@18215 | 2 |
pascal@18215 | 3 PACKAGE="btrfs-libs" |
pascal@23907 | 4 VERSION="5.7" |
pascal@18215 | 5 CATEGORY="system-tools" |
Hans-G?nter@22564 | 6 SHORT_DESC="Btrfs Filesystem libraries." |
pascal@18215 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18215 | 8 LICENSE="GPL2" |
Hans-G?nter@22564 | 9 WEB_SITE="https://btrfs.wiki.kernel.org/index.php/Main_Page" |
Hans-G?nter@22564 | 10 |
pascal@18215 | 11 WANTED="btrfs-progs" |
pascal@18215 | 12 |
pascal@18215 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18215 | 14 genpkg_rules() |
pascal@18215 | 15 { |
pascal@18215 | 16 mkdir -p $fs/usr/lib |
Hans-G?nter@22564 | 17 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@18215 | 18 } |