wok annotate btrfs-dev/receipt @ rev 22704

updated etherape (0.9.14 -> 0.9.18)
author Hans-G?nter Theisgen
date Tue Jan 21 16:30:47 2020 +0100 (2020-01-21)
parents 03b5eea95a6c
children b185abe5285c
rev   line source
pascal@18215 1 # SliTaz package receipt.
pascal@18215 2
pascal@18215 3 PACKAGE="btrfs-dev"
Hans-G?nter@22564 4 VERSION="5.4"
pascal@18215 5 CATEGORY="development"
Hans-G?nter@22564 6 SHORT_DESC="Btrfs Filesystem - development files."
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
Hans-G?nter@22564 18 cp -a $install/usr/include $fs/usr
Hans-G?nter@22564 19 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@18215 20 }
Hans-G?nter@22565 21