wok-next annotate 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
rev   line source
al@19817 1 # SliTaz package receipt v2.
devl547@13977 2
devl547@13977 3 PACKAGE="muparser"
al@19817 4 VERSION="2.2.5"
devl547@13977 5 CATEGORY="development"
devl547@13977 6 SHORT_DESC="A fast math parser library"
devl547@13977 7 MAINTAINER="devl547@gmail.com"
pascal@15601 8 LICENSE="MIT"
pascal@21181 9 WEB_SITE="https://beltoforion.de/article.php?a=muparser"
pascal@15601 10
al@19817 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19817 12 WGET_URL="https://github.com/beltoforion/muparser/archive/v$VERSION.tar.gz"
al@19817 13
al@21020 14 SPLIT="$PACKAGE-dev"
pascal@15601 15
al@21020 16 compile_rules() {
al@19817 17 ./configure $CONFIGURE_ARGS &&
al@19817 18 make -j1 &&
al@21020 19 make DESTDIR=$install install
devl547@13977 20 }
devl547@13977 21
al@21020 22 genpkg_rules() {
al@19817 23 case $PACKAGE in
al@19817 24 muparser) copy @std;;
al@19817 25 *-dev) copy @dev;;
al@19817 26 esac
devl547@13977 27 }