wok-next diff libass/receipt @ rev 20674

Up putty (0.70)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 12 05:17:48 2018 +0300 (2018-05-12)
parents 46d3691a4f80
children 342b30daff76
line diff
     1.1 --- a/libass/receipt	Thu Jul 20 00:33:52 2017 +0300
     1.2 +++ b/libass/receipt	Sat May 12 05:17:48 2018 +0300
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="slaxemulator@gmail.com"
     1.5  LICENSE="BSD"
     1.6  WEB_SITE="https://github.com/libass/libass"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libass.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="https://github.com/libass/libass/releases/download/$VERSION/$TARBALL"
    1.11 @@ -14,16 +15,14 @@
    1.12  BUILD_DEPENDS="yasm-dev freetype-dev fribidi-dev fontconfig-dev"
    1.13  SPLIT="libass-dev"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libass.html
    1.19 -	./configure $CONFIGURE_ARGS && make && make install
    1.20 +compile_rules() {
    1.21 +	./configure $CONFIGURE_ARGS &&
    1.22 +	fix libtool &&
    1.23 +	make &&
    1.24 +	make install
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	case $PACKAGE in
    1.32  		libass)
    1.33  			copy @std