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

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
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 }