wok-undigest annotate zfs-src/receipt @ rev 1209

palemoon: --without-intl-api
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Nov 24 22:11:06 2016 +0100 (2016-11-24)
parents 6629b3eabf2d
children
rev   line source
pascal@1105 1 # SliTaz package receipt.
pascal@1105 2
pascal@1105 3 PACKAGE="zfs-src"
pascal@1105 4 VERSION="0.6.2"
pascal@1105 5 CATEGORY="development"
pascal@1105 6 SHORT_DESC="The native Linux kernel port of the ZFS filesystem, source files."
pascal@1105 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1105 8 LICENSE="CDDL GPL2"
pascal@1105 9 WEB_SITE="http://zfsonlinux.org/"
pascal@1105 10 WANTED="zfs"
pascal@1105 11
pascal@1105 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1105 13 genpkg_rules()
pascal@1105 14 {
pascal@1105 15 mkdir -p $fs/usr
pascal@1105 16 cp -a $install/usr/src $fs/usr
pascal@1105 17 }