wok annotate spl-src/receipt @ rev 23985
linld: up to 60k for header.com
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 28 09:45:01 2020 +0000 (2020-11-28) |
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 } |