wok view lzlib-dev/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents f6332424127f
children ad0bc3efbf37
line source
1 # SliTaz package receipt.
3 PACKAGE="lzlib-dev"
4 VERSION="4.57"
5 CATEGORY="development"
6 SHORT_DESC="Compressor with a high compression ratio devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://sourceforge.net/projects/sevenzip/"
10 WANTED="lzma"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/include
17 cp -a $src/CPP/7zip/Compress/LZMA_Alone/lzlib.h $fs/usr/include
18 }