wok-current view clinfo/receipt @ rev 25756
Fix clinfo, libclc (thanks alanyih), bump clonezilla, drbl, partclone, fix screen deps
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Mar 05 08:46:18 2025 +0000 (3 months ago) |
parents | 931079c1cd02 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="clinfo"
4 VERSION="3.0.25.02.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Simple OpenCL application that enumerates all available platform"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/Oblomov/clinfo"
11 WGET_URL="$WEB_SITE/archive/refs/tags/$VERSION.tar.gz"
12 HOST_ARCH="i486 arm x86_64"
14 DEPENDS="opencl-icd libclc"
15 BUILD_DEPENDS="opencl-icd-dev opencl-headers libclc-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/clinfo $fs/usr/bin
29 }