wok-current annotate php-cli/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 bcea19bfa7af
children
rev   line source
pascal@1779 1 # SliTaz package receipt.
pascal@1779 2
pascal@1779 3 PACKAGE="php-cli"
shann@25629 4 VERSION="7.4.33"
pascal@1779 5 CATEGORY="development"
pascal@1779 6 SHORT_DESC="PHP web programming language command line interpreter."
pascal@1779 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15198 8 LICENSE="BSD"
pascal@21278 9 WEB_SITE="https://www.php.net/"
pascal@1779 10
pascal@15198 11 DEPENDS="php-common"
Hans-G?nter@23426 12 WANTED="php"
pascal@15198 13
pascal@1779 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1779 15 genpkg_rules()
pascal@1779 16 {
pankso@10812 17 mkdir -p $fs/usr/bin
Hans-G?nter@23426 18 cp -a $install/usr/bin/php $fs/usr/bin
pascal@1779 19 }