wok-4.x view lzlib-dev/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents 13768ad7e79e
children
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 WEB_SITE="http://sourceforge.net/projects/sevenzip/"
9 WANTED="lzma"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/include
15 cp -a $src/CPP/7zip/Compress/LZMA_Alone/lzlib.h $fs/usr/include
16 }