wok-next view bsc/receipt @ rev 19437

compiz-ccsm, xvkbd: check depends, tried to fix startup with some locales
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 09 18:56:56 2016 +0300 (2016-10-09)
parents
children 42d9d6d83956
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 }