wok-current diff pth-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents bf4a09ef1d2e
children
line diff
     1.1 --- a/pth-dev/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/pth-dev/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -12,9 +12,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib $fs/usr/share
     1.8 +	mkdir -p $fs/usr/share
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.11  	cp -a $install/usr/include $fs/usr
    1.12  	cp -a $install/usr/share/aclocal $fs/usr/share
    1.13  }