wok-next view muparser/receipt @ rev 19829
Rename jack-audio-connection-kit -> jack; add jack2; up gst0-plugins-base, gst0-plugins-good, gst0-plugins-bad, gst0-plugins-full, and other gst0-plugins-* dependencies.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 04 16:04:04 2017 +0300 (2017-08-04) |
parents | d3eb5f4b53ea |
children | d5aab818505e |
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="http://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="muparser-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make -j1 &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 case $PACKAGE in
28 muparser) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }