wok diff libexo/receipt @ rev 25794

created recipe for exo-lang
author Hans-G?nter Theisgen
date Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago)
parents 5eee27c40050
children
line diff
     1.1 --- a/libexo/receipt	Sun Dec 15 17:53:48 2019 +0100
     1.2 +++ b/libexo/receipt	Wed Oct 23 16:19:52 2024 +0100
     1.3 @@ -6,21 +6,19 @@
     1.4  SHORT_DESC="Xfce extension library"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WANTED="exo"
     1.8 -SUGGESTED="exo-tools"
     1.9  WEB_SITE="https://www.xfce.org"
    1.10  
    1.11 +SUGGESTED="exo-tools"
    1.12  DEPENDS="libxfce4util startup-notification libnotify"
    1.13 +WANTED="exo"
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18 -	mkdir -p $fs/usr/lib 
    1.19 -
    1.20 -	cp -a $install/etc $fs/
    1.21 -	cp -a $install/usr/bin $fs/usr
    1.22 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.23 -	cp -a $install/usr/lib/xfce4 $fs/usr/lib
    1.24 +	cook_copy_folders	etc
    1.25 +	cook_copy_folders	bin
    1.26 +	cook_copy_files		*.so*
    1.27 +	cp -a $install/usr/lib/xfce4	$fs/usr/lib
    1.28  
    1.29  	# Strip files
    1.30  	#strip -s $fs/usr/lib/libexo/* 2> /dev/null