wok annotate muparser-dev/receipt @ rev 22257

updated xorg-xextproto (7.2.1 -> 7.3.0)
author Hans-G?nter Theisgen
date Tue Nov 12 17:24:30 2019 +0100 (2019-11-12)
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 }