wok view bsc/receipt @ rev 22055

updated ttf-open-dyslexic (20121111 -> 20160623)
author Hans-G?nter Theisgen
date Wed Oct 23 15:39:03 2019 +0100 (2019-10-23)
parents
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="bsc"
4 VERSION="3.1.0"
5 CATEGORY="base-system"
6 SHORT_DESC="High performance block-sorting data compression."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3 LGPL3 Apache"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://libbsc.com/"
11 WGET_URL="https://github.com/IlyaGrebnov/libbsc/archive/$VERSION.tar.gz"
12 TAGS="compression"
14 DEPENDS="gcc-lib-base libgomp"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 # LIBBSC_SORT_TRANSFORM_SUPPORT is not free and not used.
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/bsc $fs/usr/bin
28 }