wok view spl-src/receipt @ rev 22753
updated fcgi and fcgi-dev (2.4.0 -> 2.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 14:26:17 2020 +0100 (2020-01-24) |
parents | a78610b2eb47 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="spl-src"
4 VERSION="0.7.13"
5 CATEGORY="system-tools"
6 SHORT_DESC="Solaris Porting Layer for ZFS, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://zfsonlinux.org/"
11 DEPENDS=""
12 BUILD_DEPENDS=""
13 WANTED="spl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/src $fs/usr
20 }