wok-next view gnome-commander/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 6f5739796e82
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnome-commander"
4 VERSION="1.8.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Full featured, twin-panel file manager for GNOME2"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://gcmd.github.io/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="itstool docbook-xml glib-dev gettext-dev gtk2-dev libgnome-dev \
15 libgnomeui-dev libunique-dev exiv2-dev taglib-dev chmlib-dev libgsf-dev \
16 poppler-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 # update-mime-database is useless in DESTDIR install, and although it is
24 # disabled, install-data-hook produces non-zero return code from `make install`
25 # and cooker believe package is broken; here we remove install-data-hook call
26 sed -i '/install-data-hook$/d' data/Makefile &&
27 make &&
28 make \
29 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
30 install || return 1
32 fix symlinks
33 }
35 genpkg_rules() {
36 copy @std
37 DEPENDS="exiv2 gdk-pixbuf glib gnome-vfs gtk2 libgnome libgnomeui libgsf \
38 libunique pango poppler taglib"
39 }