wok-current view llvm-lib/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
children 4fd464abe902
line source
1 # SliTaz package receipt.
3 PACKAGE="llvm-lib"
4 VERSION="13.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Modular compiler toolchain collection (runtime)."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://llvm.org/"
10 WANTED="llvm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/libLLVM-${VERSION%%.*}*.so $fs/usr/lib
17 cp -a $install/usr/lib/libLLVM.so $fs/usr/lib
18 }