wok-next view matchbox-common/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matchbox-common"
4 VERSION="0.9.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Common files for matchbox window manager"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.yoctoproject.org/software-item/matchbox/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://downloads.yoctoproject.org/releases/matchbox/matchbox-common/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="libmatchbox-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install || return 1
21 install -Dm755 $stuff/matchbox-session $install/usr/bin/matchbox-session
22 }
24 genpkg_rules() {
25 copy @std
26 TAGS="matchbox"
27 }