wok-next view thunar-archive-plugin/receipt @ rev 21274
gejengel: inserted modification of configure files from cooking
author | Hans-G?nter Theisgen |
---|---|
date | Sat Dec 07 15:42:09 2019 +0100 (2019-12-07) |
parents | d5aab818505e |
children |
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="https://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 }