wok-current diff bsc/receipt @ rev 21883
Up fontforge (20190801)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 30 12:31:11 2019 +0200 (2019-09-30) |
parents | |
children | 5ea0ce1cecc0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bsc/receipt Mon Sep 30 12:31:11 2019 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="bsc" 1.7 +VERSION="3.1.0" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="High performance block-sorting data compression." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL3 LGPL3 Apache" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://libbsc.com/" 1.14 +WGET_URL="https://github.com/IlyaGrebnov/libbsc/archive/$VERSION.tar.gz" 1.15 +TAGS="compression" 1.16 + 1.17 +DEPENDS="gcc-lib-base libgomp" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + # LIBBSC_SORT_TRANSFORM_SUPPORT is not free and not used. 1.23 + make 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr/bin 1.30 + cp -a $src/bsc $fs/usr/bin 1.31 +}