wok annotate spl-src/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents a78610b2eb47
children
rev   line source
pascal@15875 1 # SliTaz package receipt.
pascal@15875 2
pascal@15875 3 PACKAGE="spl-src"
Hans-G?nter@21948 4 VERSION="0.7.13"
pascal@15875 5 CATEGORY="system-tools"
Hans-G?nter@21948 6 SHORT_DESC="Solaris Porting Layer for ZFS, development files."
pascal@15875 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15875 8 LICENSE="GPL2"
pascal@20669 9 WEB_SITE="https://zfsonlinux.org/"
pascal@15875 10
pascal@15875 11 DEPENDS=""
pascal@15875 12 BUILD_DEPENDS=""
Hans-G?nter@21948 13 WANTED="spl"
pascal@15875 14
pascal@15875 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15875 16 genpkg_rules()
pascal@15875 17 {
pascal@15875 18 mkdir -p $fs/usr
pascal@15875 19 cp -a $install/usr/src $fs/usr
pascal@15875 20 }