wok-undigest view zfs-dev/receipt @ rev 1257

recook binutils
author Hans-G?nter Theisgen
date Sat Aug 13 10:55:58 2022 +0100 (21 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="zfs-dev"
4 VERSION="0.6.2"
5 CATEGORY="development"
6 SHORT_DESC="The native Linux kernel port of the ZFS filesystem, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="CDDL GPL2"
9 WEB_SITE="http://zfsonlinux.org/"
10 WANTED="zfs"
12 DEPENDS="zfs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/share $fs/usr
20 cp -a $install/usr/lib/lib*a $fs/usr/lib
21 }