wok view lzfse-dev/receipt @ rev 22206

updated xorg-libXau and xorg-libXau-dev (1.0.8 -> 1.0.9)
author Hans-G?nter Theisgen
date Mon Nov 11 14:17:33 2019 +0100 (2019-11-11)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lzfse-dev"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Compression library development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/lzfse/lzfse"
10 WANTED="lzfse"
11 TAGS="compression"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/lib $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }