wok diff quickjs-dev/receipt @ rev 25846
Update some urls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 23 07:09:13 2025 +0000 (3 weeks ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/quickjs-dev/receipt Fri May 23 07:09:13 2025 +0000 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="quickjs-dev" 1.7 +VERSION="2024-01-13" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Small and embeddable Javascript engine - development files." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://bellard.org/quickjs/" 1.13 + 1.14 +DEPENDS="pkg-config" 1.15 +WANTED="quickjs" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + cook_copy_folders include 1.21 + cook_copy_files *.a 1.22 +}