wok annotate 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
rev   line source
pankso@10838 1 # SliTaz package receipt.
pankso@10838 2
pankso@10838 3 PACKAGE="matchbox-common"
pankso@10838 4 VERSION="0.9.1"
pankso@10838 5 CATEGORY="x-window"
pankso@10838 6 SHORT_DESC="Common files for matchbox window manager."
pankso@10838 7 MAINTAINER="pankso@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
pankso@10838 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@10838 10 WEB_SITE="http://matchbox-project.org/"
pankso@10838 11 WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
pankso@10838 12
pankso@10838 13 DEPENDS="gtk+ libmatchbox"
pankso@10838 14 BUILD_DEPENDS="gtk+-dev libmatchbox-dev"
pankso@10838 15
pankso@10838 16 # Rules to configure and make the package.
pankso@10838 17 compile_rules()
pankso@10838 18 {
pankso@10838 19 cd $src
pankso@10838 20 ./configure $CONFIGURE_ARGS &&
pankso@10838 21 make && make install
pankso@10838 22 }
pankso@10838 23
pankso@10838 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10838 25 genpkg_rules()
pankso@10838 26 {
pankso@10838 27 mkdir -p $fs/usr/bin
pankso@10838 28 cp -a $install/usr/share $fs/usr
pankso@10838 29 cp -a $stuff/matchbox-session $fs/usr/bin
pankso@10838 30 # For matchbox v2
pankso@10838 31 #cp -a $stuff/matchbox-session-2 $fs/usr/bin
pankso@10838 32 }