wok annotate mm-common/receipt @ rev 22954

updated iperf (2.0.13 -> 3.7)
author Hans-G?nter Theisgen
date Fri Feb 28 15:11:56 2020 +0100 (2020-02-28)
parents 6e8b1bcb30e2
children 4979282c4442
rev   line source
slaxemulator@10231 1 # SliTaz package receipt.
slaxemulator@10231 2
slaxemulator@10231 3 PACKAGE="mm-common"
Hans-G?nter@21462 4 VERSION="0.9.12"
slaxemulator@10231 5 CATEGORY="development"
Hans-G?nter@21462 6 SHORT_DESC="Common build files of the C++ bindings."
slaxemulator@10231 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15583 8 LICENSE="GPL2"
Hans-G?nter@21462 9 WEB_SITE="https://www.gtkmm.org/"
Hans-G?nter@21462 10
Hans-G?nter@21462 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
slaxemulator@10231 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
slaxemulator@10231 13
slaxemulator@10231 14 # Rules to configure and make the package.
slaxemulator@10231 15 compile_rules()
slaxemulator@10231 16 {
Hans-G?nter@21462 17 ./configure --prefix=/usr &&
Hans-G?nter@21462 18 make -j 1 &&
Hans-G?nter@21462 19 make install
slaxemulator@10231 20 }
slaxemulator@10231 21
slaxemulator@10231 22 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@10231 23 genpkg_rules()
slaxemulator@10231 24 {
slaxemulator@10231 25 mkdir -p $fs
pascal@15583 26 cp -a $install/usr $fs
slaxemulator@10231 27 }