wok diff aubio/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 7f39549720b8
children 31e0c9efd849
line diff
     1.1 --- a/aubio/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.2 +++ b/aubio/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -25,16 +25,14 @@
     1.4  	make -j1 &&
     1.5  	make -j1 install
     1.6  
     1.7 -	mkdir -p $install/usr/share/man/man1
     1.8 -	cp -a $src/doc/*.1 $install/usr/share/man/man1
     1.9 -	cook_compress_manpages
    1.10 +	cook_pick_manpages $src/doc/*.1
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.18  	cp -a $install/usr/bin $fs/usr
    1.19 -	cp -a $install/usr/lib/*so* $fs/usr/lib/
    1.20 -	cp -a $install/usr/share $fs/usr
    1.21 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.22 +	cp -a $install/usr/share/sounds $fs/usr/share
    1.23  }