wok annotate mujs-dev/receipt @ rev 25819
Fix linux-slitaz.config, update linux-slitaz.config64 for mmc tablet
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 03 12:52:49 2025 +0100 (3 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25772 | 1 # SliTaz package receipt. |
Hans-G?nter@25772 | 2 |
Hans-G?nter@25772 | 3 PACKAGE="mujs-dev" |
Hans-G?nter@25772 | 4 VERSION="1.3.5" |
Hans-G?nter@25772 | 5 CATEGORY="development" |
Hans-G?nter@25772 | 6 SHORT_DESC="An embeddable Javascript interpreter in C - development files." |
Hans-G?nter@25772 | 7 MAINTAINER="maintainer@slitaz.org" |
Hans-G?nter@25772 | 8 LICENSE="ISC" |
Hans-G?nter@25772 | 9 WEB_SITE="https://mujs.com/" |
Hans-G?nter@25772 | 10 |
Hans-G?nter@25772 | 11 DEPENDS="mujs pkg-config" |
Hans-G?nter@25772 | 12 WANTED="mujs" |
Hans-G?nter@25772 | 13 |
Hans-G?nter@25772 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
Hans-G?nter@25772 | 15 genpkg_rules() |
Hans-G?nter@25772 | 16 { |
Hans-G?nter@25772 | 17 cook_copy_folders include |
Hans-G?nter@25772 | 18 cook_copy_folders pkgconfig |
Hans-G?nter@25772 | 19 } |