wok annotate bsc/receipt @ rev 23010

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