wok-next diff bsc/receipt @ rev 21555

updated clutter-gst (3.0.26 -> 3.0.27)
author Hans-G?nter Theisgen
date Mon Jun 22 13:46:32 2020 +0100 (2020-06-22)
parents 92e5ef674bb8
children
line diff
     1.1 --- a/bsc/receipt	Tue Jun 21 15:47:21 2016 +0200
     1.2 +++ b/bsc/receipt	Mon Jun 22 13:46:32 2020 +0100
     1.3 @@ -1,28 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="bsc"
     1.8  VERSION="3.1.0"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="High performance block-sorting data compression."
    1.11 +SHORT_DESC="High performance block-sorting data compression"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3 LGPL3 Apache"
    1.14 +WEB_SITE="http://libbsc.com/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://libbsc.com/"
    1.18  WGET_URL="https://github.com/IlyaGrebnov/libbsc/archive/$VERSION.tar.gz"
    1.19 -TAGS="compression"
    1.20  
    1.21 -DEPENDS="gcc-lib-base libgomp"
    1.22 -
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	# LIBBSC_SORT_TRANSFORM_SUPPORT is not free and not used.
    1.28 -	make
    1.29 +	make &&
    1.30 +	install -Dm755 $src/bsc $install/usr/bin/bsc
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	mkdir -p $fs/usr/bin
    1.37 -	cp -a $src/bsc $fs/usr/bin
    1.38 +genpkg_rules() {
    1.39 +	copy @std
    1.40 +	DEPENDS="gcc-lib-base libgomp"
    1.41 +	TAGS="compression"
    1.42  }