wok view 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 |
line source
1 # SliTaz package receipt.
3 PACKAGE="mujs-dev"
4 VERSION="1.3.5"
5 CATEGORY="development"
6 SHORT_DESC="An embeddable Javascript interpreter in C - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="https://mujs.com/"
11 DEPENDS="mujs pkg-config"
12 WANTED="mujs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 }