wok annotate muparser-dev/receipt @ rev 25067
updated alsa-plugins (1.1.5 -> 1.2.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 10 13:40:50 2022 +0100 (2022-06-10) |
parents | 78bc4b109dd6 |
children |
rev | line source |
---|---|
devl547@13977 | 1 # SliTaz package receipt. |
devl547@13977 | 2 |
devl547@13977 | 3 PACKAGE="muparser-dev" |
Hans-G?nter@24933 | 4 VERSION="2.3.3" |
devl547@13977 | 5 CATEGORY="development" |
Hans-G?nter@21499 | 6 SHORT_DESC="A fast mathematical expression parser library - development files." |
devl547@13977 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15601 | 8 LICENSE="MIT" |
pascal@23890 | 9 WEB_SITE="https://beltoforion.de/en/muparser" |
devl547@13977 | 10 |
pascal@15599 | 11 DEPENDS="pkg-config" |
Hans-G?nter@21499 | 12 WANTED="muparser" |
pascal@15599 | 13 |
devl547@13977 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@13977 | 15 genpkg_rules() |
devl547@13977 | 16 { |
Hans-G?nter@24933 | 17 cook_copy_folders include |
Hans-G?nter@24933 | 18 cook_copy_folders pkgconfig |
devl547@13977 | 19 } |