wok-next view xfce4-screenshooter/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 82b613cfd1e0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-screenshooter"
4 VERSION="1.8.2" # higher versions required libxfce4ui2 that depends on GTK+3
5 CATEGORY="graphics"
6 SHORT_DESC="Xfce screenshooter"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool xfce4-panel-dev libsoup-dev libxfixes-dev \
15 libxfce4ui-dev exo-dev libsm-dev startup-notification-dev \
16 xcb-util-dev"
18 compile_rules() {
19 ./configure \
20 --disable-debug \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="libcairo libexo gdk-pixbuf glib gtk2 libsoup libxfce4ui libxfce4util \
30 libxml2 xfce4-panel libx11 libxext libxfixes"
31 TAGS="Xfce"
32 }