wok view mm-common/receipt @ rev 20773

updated cd-discid (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Wed Feb 13 17:00:50 2019 +0100 (2019-02-13)
parents bb009a6ef036
children 6796b09294f1
line source
1 # SliTaz package receipt.
3 PACKAGE="mm-common"
4 VERSION="0.9.4"
5 CATEGORY="development"
6 SHORT_DESC="Common build files of the C++ bindings"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://gtkmm.org"
11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs
24 cp -a $install/usr $fs
25 }