wok view matchbox-common/receipt @ rev 17699

Up marlin: edit last patch
author Yuri Pourre <yuripourre@gmail.com>
date Thu Feb 26 22:14:27 2015 -0300 (2015-02-26)
parents 5b8df23bd525
children d3eb5f4b53ea
line source
1 # SliTaz package receipt.
3 PACKAGE="matchbox-common"
4 VERSION="0.9.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Common files for matchbox window manager."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://matchbox-project.org/"
11 WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
13 DEPENDS="gtk+ libmatchbox"
14 BUILD_DEPENDS="gtk+-dev libmatchbox-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $install/usr/share $fs/usr
29 cp -a $stuff/matchbox-session $fs/usr/bin
30 # For matchbox v2
31 #cp -a $stuff/matchbox-session-2 $fs/usr/bin
32 }