wok diff clamtk/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 42e0165c64b9
children 525ee8f0d206
line diff
     1.1 --- a/clamtk/receipt	Tue Jul 12 15:00:21 2016 +0300
     1.2 +++ b/clamtk/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -14,6 +14,12 @@
     1.4  perl-libwww perl-locale-gettext perl-net-dns udev"
     1.5  BUILD_DEPENDS=""
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	cook_pick_manpages clamtk.1.gz
    1.11 +}
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 @@ -36,6 +42,4 @@
    1.17    
    1.18  	# menu
    1.19  	install -Dm644 $src/clamtk.desktop $fs/usr/share/applications/clamtk.desktop
    1.20 -
    1.21 -	cook_pick_manpages clamtk.1.gz
    1.22  }