wok-next diff alsa-oss/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 3bc985504162
children
line diff
     1.1 --- a/alsa-oss/receipt	Wed Aug 21 10:31:28 2019 +0200
     1.2 +++ b/alsa-oss/receipt	Sat Jun 27 13:41:53 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="alsa-oss"
     1.7 -VERSION="1.1.6"
     1.8 +VERSION="1.1.8"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="ALSA OSS compatibility library"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -15,16 +15,18 @@
    1.13  BUILD_DEPENDS="alsa-lib-dev"
    1.14  SPLIT="$PACKAGE-dev"
    1.15  
    1.16 -compile_rules() {
    1.17 -	./configure \
    1.18 -		--disable-static \
    1.19 +compile_rules()
    1.20 +{
    1.21 +	./configure			\
    1.22 +		--disable-static	\
    1.23  		$CONFIGURE_ARGS &&
    1.24  	fix libtool &&
    1.25  	make &&
    1.26  	make install
    1.27  }
    1.28  
    1.29 -genpkg_rules() {
    1.30 +genpkg_rules()
    1.31 +{
    1.32  	case $PACKAGE in
    1.33  		alsa-oss)
    1.34  			copy @std