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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents e545e47edffa
children d457c4e37c1b
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="http://matchbox-project.org/"
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 }