wok view spl-src/receipt @ rev 18509
qtpanel: description.txt: be markdown-friendly
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 22 19:03:32 2015 +0300 (2015-10-22) |
parents | |
children | 8144275286f2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="spl-src"
4 VERSION="0.6.2"
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="http://zfsonlinux.org/"
10 WANTED="spl"
12 DEPENDS=""
13 BUILD_DEPENDS=""
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 }