wok-next annotate mm-common/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
slaxemulator@10231 2
slaxemulator@10231 3 PACKAGE="mm-common"
slaxemulator@10231 4 VERSION="0.9.4"
slaxemulator@10231 5 CATEGORY="development"
slaxemulator@10231 6 SHORT_DESC="Common build files of the C++ bindings"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15583 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://gtkmm.org/en/"
al@21020 10
slaxemulator@10231 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@10231 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
slaxemulator@10231 13
al@21020 14 compile_rules() {
al@21020 15 ./configure --prefix=/usr &&
al@21020 16 make &&
al@21020 17 make install
slaxemulator@10231 18 }
slaxemulator@10231 19
al@21020 20 genpkg_rules() {
al@21020 21 copy @std
slaxemulator@10231 22 }