wok-next annotate matchbox-window-manager/receipt @ rev 20364

Up palemoon (27.6.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 24 05:32:16 2017 +0100 (2017-11-24)
parents d3eb5f4b53ea
children 757d032c55c7
rev   line source
pankso@10838 1 # SliTaz package receipt.
pankso@10838 2
pankso@10838 3 PACKAGE="matchbox-window-manager"
pankso@10838 4 VERSION="1.2"
pankso@10838 5 CATEGORY="x-window"
pankso@10838 6 SHORT_DESC="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/"
pascal@17869 11 WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
al@17501 12 TAGS="window-manager"
pankso@10838 13
pankso@10838 14 DEPENDS="gtk+ startup-notification libmatchbox"
pascal@20065 15 BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev expat-dev \
pascal@20065 16 xorg-libSM-dev"
pankso@10838 17
pankso@10838 18 # Rules to configure and make the package.
pankso@10838 19 compile_rules()
pankso@10838 20 {
pankso@10838 21 ./configure \
pankso@10838 22 --sysconfdir=/etc \
pankso@10838 23 --enable-expat \
pankso@10838 24 --enable-startup-notification \
pankso@10838 25 --enable-session \
pankso@10838 26 $CONFIGURE_ARGS &&
pankso@10838 27 make && make install
pankso@10838 28 }
pankso@10838 29
pankso@10838 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10838 31 genpkg_rules()
pankso@10838 32 {
pankso@10838 33 mkdir -p $fs/usr
pankso@10838 34 cp -a $install/etc $fs
pankso@10838 35 cp -a $install/usr/bin $fs/usr
pankso@10838 36 cp -a $install/usr/share $fs/usr
pankso@10838 37 }