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

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
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 }