wok annotate muparser-dev/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
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 }