wok-next view muparser/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="muparser"
4 VERSION="2.2.5"
5 CATEGORY="development"
6 SHORT_DESC="A fast math parser library"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://beltoforion.de/article.php?a=muparser"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/beltoforion/muparser/archive/v$VERSION.tar.gz"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make -j1 &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 muparser) copy @std;;
25 *-dev) copy @dev;;
26 esac
27 }