wok-next diff tramys-client/receipt @ rev 21370

updated minidlna (1.1.4 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Apr 16 09:58:07 2020 +0100 (2020-04-16)
parents cd7906120828
children
line diff
     1.1 --- a/tramys-client/receipt	Sat Jul 14 17:43:03 2018 +0300
     1.2 +++ b/tramys-client/receipt	Thu Apr 16 09:58:07 2020 +0100
     1.3 @@ -9,12 +9,9 @@
     1.4  WEB_SITE="http://www.slitaz.org/"
     1.5  REPOLOGY="-"
     1.6  
     1.7 -DEPENDS="yad"
     1.8 -BUILD_DEPENDS="gettext"
     1.9 +BUILD_DEPENDS="gettext-dev"
    1.10  
    1.11 -# Rules to configure and make the package.
    1.12 -compile_rules()
    1.13 -{
    1.14 +compile_rules() {
    1.15  	install -Dm755 -o root $stuff/tramys2 $install/usr/bin/tramys2
    1.16  	install -Dm644 -o root $stuff/tramys2.desktop \
    1.17  		$install/usr/share/applications/tramys2.desktop
    1.18 @@ -26,8 +23,7 @@
    1.19  	make clean
    1.20  }
    1.21  
    1.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 -genpkg_rules()
    1.24 -{
    1.25 +genpkg_rules() {
    1.26  	cp -a $install/* $fs
    1.27 +	DEPENDS="yad"
    1.28  }