wok annotate muparser-dev/receipt @ rev 24656
updated iaxmodem (1.3.0 -> 1.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 11 07:18:43 2022 +0100 (2022-03-11) |
parents | ae365a12a573 |
children | 14a442b5fdf0 |
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" |
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 { |
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 } |