wok-next view marco/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="marco"
4 VERSION="1.20.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="MATE default window manager"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/mate-desktop/marco"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/marco/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common yelp-tools-dev gtk3-dev startup-notification-dev \
15 libxcursor-dev libgtop-dev libcanberra-dev zenity itstool \
16 xcb-util-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./autogen.sh \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 marco)
30 copy @std
31 DEPENDS="atk libcairo gdk-pixbuf glib gtk3 libcanberra \
32 libcanberra-gtk3 libgtop pango startup-notification libx11 \
33 libxcomposite libxcursor libxdamage libxext \
34 libxfixes libxinerama libxrandr libxrender"
35 ;;
36 *-dev)
37 copy @dev
38 DEPENDS="marco gtk3-dev"
39 ;;
40 esac
41 TAGS="MATE"
42 }