wok view mm-common/receipt @ rev 23165

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