wok-next view thunar-archive-plugin/receipt @ rev 21025

Update tzdata (2018g)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:10:29 2018 +0200 (2018-11-03)
parents 10df65db91ad
children d457c4e37c1b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="thunar-archive-plugin"
4 VERSION="0.3.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Thunar Archive Manager plugin"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/thunar-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool thunar-dev exo-dev libxfce4ui-dev \
15 xfconf-dev startup-notification-dev"
17 compile_rules() {
18 ./configure \
19 --libexecdir=/usr/lib \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="thunar"
29 }