wok view mm-common/receipt @ rev 21772
Up hostapd (2.8), slitaz-boot-scripts (456), slitaz-tools (1030), tazlito (516), tazpanel (627)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 06 16:10:54 2019 +0200 (2019-07-06) |
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 }