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

gimp: added build dependencies
author Hans-G?nter Theisgen
date Sat Dec 07 17:24:40 2019 +0100 (2019-12-07)
parents d457c4e37c1b
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pankso@10838 2
pankso@10838 3 PACKAGE="matchbox-window-manager"
al@20550 4 VERSION="1.2.2"
pankso@10838 5 CATEGORY="x-window"
al@20534 6 SHORT_DESC="Matchbox Window Manager"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://www.yoctoproject.org/software-item/matchbox/"
al@20534 10
pankso@10838 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20550 12 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-window-manager/snapshot/$TARBALL"
pankso@10838 13
al@21078 14 BUILD_DEPENDS="automake gconf-dev libmatchbox-dev libxfixes-dev \
al@21078 15 libxcursor-dev expat-dev startup-notification-dev libsm-dev"
pankso@10838 16
al@20534 17 compile_rules() {
al@20550 18 ./autogen.sh \
pankso@10838 19 --enable-expat \
pankso@10838 20 --enable-startup-notification \
pankso@10838 21 --enable-session \
pankso@10838 22 $CONFIGURE_ARGS &&
al@20534 23 make &&
al@20534 24 make install
pankso@10838 25 }
pankso@10838 26
al@20534 27 genpkg_rules() {
al@20534 28 copy @std
al@21078 29 DEPENDS="expat libmatchbox startup-notification libice libsm \
al@21078 30 libx11 libxcursor libxext libxfixes"
al@20534 31 TAGS="window-manager"
pankso@10838 32 }