wok-next annotate matchbox-desktop-2/receipt @ rev 21278

updated giac (1.4.9 -> 1.5.0.75)
author Hans-G?nter Theisgen
date Sat Dec 07 16:47:36 2019 +0100 (2019-12-07)
parents 5ffe59e2de3a
children
rev   line source
al@20550 1 # SliTaz package receipt v2.
pascal@11556 2
pascal@11556 3 PACKAGE="matchbox-desktop-2"
al@20550 4 VERSION="2.2"
pascal@11556 5 CATEGORY="x-window"
al@20550 6 SHORT_DESC="Matchbox desktop v2"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="https://www.yoctoproject.org/software-item/matchbox/"
al@20884 10 REPOLOGY="matchbox-desktop"
pascal@11556 11
al@20550 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20550 13 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-desktop-2/snapshot/$TARBALL"
al@20550 14
al@21017 15 BUILD_DEPENDS="gtk2-dev dbus-dev dbus-glib-dev util-linux-uuid-dev"
al@21078 16 BUILD_DEPENDS="automake glib-dev gtk3-dev libx11-dev"
pascal@11556 17
al@20550 18 compile_rules() {
al@20550 19 mkdir m4
al@20550 20 autoreconf -v --install || return 1
al@20550 21
pascal@11556 22 ./configure \
pascal@11556 23 --disable-startup-notification \
pascal@11556 24 $CONFIGURE_ARGS &&
al@20550 25 make &&
al@20550 26 make install
pascal@11556 27 }
pascal@11556 28
al@20550 29 genpkg_rules() {
al@20550 30 copy @std
al@21078 31 DEPENDS="atk gdk-pixbuf glib gtk3 pango libx11"
al@20550 32 TAGS="matchbox"
pascal@11556 33 }