wok-next rev 21344

updated directfb-examples (1.2.0 -> 1.7.0)
author Hans-G?nter Theisgen
date Thu Apr 09 10:54:15 2020 +0100 (2020-04-09)
parents 774688a1481c
children 1de31a82a0d9
files directfb-examples/receipt
line diff
     1.1 --- a/directfb-examples/receipt	Thu Apr 09 10:49:31 2020 +0100
     1.2 +++ b/directfb-examples/receipt	Thu Apr 09 10:54:15 2020 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="directfb-examples"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.7.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="DirectFB examples"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="http://www.directfb.org/"
    1.15  
    1.16 @@ -13,19 +13,22 @@
    1.17  
    1.18  BUILD_DEPENDS="directfb-dev"
    1.19  
    1.20 -compile_rules() {
    1.21 -	./configure \
    1.22 -		--prefix=/usr \
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure		\
    1.26 +		--prefix=/usr	\
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make &&
    1.29  	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -genpkg_rules() {
    1.33 +genpkg_rules()
    1.34 +{
    1.35  	copy @std
    1.36  	DEPENDS="directfb"
    1.37  }
    1.38  
    1.39 -testsuite() {
    1.40 +testsuite()
    1.41 +{
    1.42  	readelf -h $install/usr/bin/spacedream
    1.43  }