wok annotate muparser-dev/receipt @ rev 21601
Up lz4 (1.9.1 - 10/20% faster), tazlito (515)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 23 11:16:33 2019 +0200 (2019-05-23) |
parents | 23c3aed67cd9 |
children | 78bc4b109dd6 |
rev | line source |
---|---|
devl547@13977 | 1 # SliTaz package receipt. |
devl547@13977 | 2 |
devl547@13977 | 3 PACKAGE="muparser-dev" |
Hans-G?nter@21499 | 4 VERSION="2.2.6.1" |
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" |
Hans-G?nter@21499 | 9 WEB_SITE="https://beltoforion.de/article.php?a=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 { |
devl547@13977 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@21499 | 18 |
Hans-G?nter@21499 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
Hans-G?nter@21499 | 20 cp -a $install/usr/include $fs/usr |
devl547@13977 | 21 } |