wok-next view awn-extras/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="awn-extras"
4 VERSION="git20151204"
5 COMMIT="1081e3f"
6 CATEGORY="x-window"
7 SHORT_DESC="Extra plugins for Awant Window Navigator"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="BSD CCASA3 GPL2 GPL3 LGPL2.1"
10 WEB_SITE="https://github.com/p12tic/awn-extras"
12 TARBALL="$PACKAGE-${COMMIT:-$VERSION}.tar.gz"
13 WGET_URL="https://github.com/p12tic/awn-extras/archive/${COMMIT:-v$VERSION}.tar.gz"
15 BUILD_DEPENDS="intltool automake gettext-dev libtool glib-dev awn-dev \
16 libgtop-dev libwnck2-dev libxcomposite-dev libnotify-dev vte-gtk2-dev \
17 gconf-dev notify-python-dev vala dbus-dev"
19 compile_rules() {
20 ./autogen.sh \
21 --disable-pymod-checks \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="atk awn libcairo dbus dbus-glib gconf gdk-pixbuf glib gtk2 \
32 libdesktop-agnostic libgtop libnotify libwnck2 python vte-gtk2 libx11 \
33 libxcomposite libxrender python notify-python"
34 }