wok-current rev 25759

Add opencl-amdgpu-pro-icd (thanks alanyih for test), fix ubuntu-font-family
author Stanislas Leduc <shann@slitaz.org>
date Mon Mar 17 07:36:47 2025 +0000 (6 months ago)
parents 371ec603199d
children c177a8bfb053
files opencl-amdgpu-pro-icd/receipt ubuntu-font-family/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/opencl-amdgpu-pro-icd/receipt	Mon Mar 17 07:36:47 2025 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="opencl-amdgpu-pro-icd"
     1.7 +VERSION="20.10"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="non-free AMD OpenCL ICD Loaders"
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="CUSTOM"
    1.12 +TARBALL="opencl-amdgpu-pro-icd_20.10-1048554_amd64.deb"
    1.13 +WEB_SITE="https://drivers.amd.com/drivers/linux/"
    1.14 +#WGET_URL="https://drivers.amd.com/drivers/linux/amdgpu-pro-20.10-1048554-ubuntu-18.04.tar.xz"
    1.15 +
    1.16 +DEPENDS=""
    1.17 +BUILD_DEPENDS=""
    1.18 +
    1.19 +HOST_ARCH="i486 x86_64"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	dpkg-deb -x $SRC/$TARBALL $install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/lib $fs/etc
    1.31 +	cp -a $install/etc $fs/etc
    1.32 +	cp -a $install/opt/amdgpu-pro/lib/x86_64-linux-gnu/*.so* $fs/usr/lib
    1.33 +}
     2.1 --- a/ubuntu-font-family/receipt	Wed Mar 05 09:14:14 2025 +0000
     2.2 +++ b/ubuntu-font-family/receipt	Mon Mar 17 07:36:47 2025 +0000
     2.3 @@ -11,6 +11,8 @@
     2.4  TARBALL="$PACKAGE-$VERSION.zip"
     2.5  WGET_URL="https://assets.ubuntu.com/v1/0cef8205-$TARBALL"
     2.6  
     2.7 +HOST_ARCH="i486 x86_64"
     2.8 +
     2.9  # What is the latest version available today?
    2.10  current_version()
    2.11  {
    2.12 @@ -22,5 +24,5 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/share/fonts/truetype/ubuntu
    2.16 -	cp $src/*	$fs/usr/share/fonts/truetype/ubuntu
    2.17 +	cp -a $src/ubuntu-font-family*/*	$fs/usr/share/fonts/truetype/ubuntu
    2.18  }