wok-next diff caps/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 d5aab818505e
children
line diff
     1.1 --- a/caps/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/caps/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="caps"
     1.7 -VERSION="0.9.24"
     1.8 +VERSION="0.9.26"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="The CAPS Audio Plugin Suite"
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -13,12 +13,14 @@
    1.13  
    1.14  BUILD_DEPENDS="python"
    1.15  
    1.16 -compile_rules() {
    1.17 +compile_rules()
    1.18 +{
    1.19  	./configure.py &&
    1.20  	make &&
    1.21  	make PREFIX=$install/usr install
    1.22  }
    1.23  
    1.24 -genpkg_rules() {
    1.25 +genpkg_rules()
    1.26 +{
    1.27  	copy @std
    1.28  }