wok view gnome-commander/receipt @ rev 20251

mixxx: force 32 bits arch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 18:00:41 2018 +0100 (2018-03-12)
parents feb2e0c63d21
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-commander"
4 VERSION="1.4.8"
5 CATEGORY="utilities"
6 SHORT_DESC="A full featured, twin-panel file manager for Gnome2"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://gcmd.github.io/"
11 WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="exiv2 lcms libgnome-keyring libgnomeui libgsf poppler taglib libunique"
14 BUILD_DEPENDS="gtk+-dev glib-dev gnome-doc-utils-dev libgnome-dev \
15 libgnomeui-dev gdk-pixbuf-dev cairo-dev pango-dev atk-dev libbonoboui-dev \
16 libgnomecanvas-dev libart_lgpl-dev xorg-libXinerama-dev xorg-libXrandr-dev \
17 xorg-dev libgnome-keyring-dev libgcrypt-dev rarian-dev rarian exiv2-dev \
18 taglib-dev libgsf-dev poppler-dev chmlib-dev lcms-dev flex python-dev \
19 util-linux-uuid-dev libunique-dev"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./configure \
25 --disable-scrollkeeper \
26 $CONFIGURE_ARGS &&
27 make &&
28 make install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs/usr/share
35 cp -a $install/usr/bin $fs/usr
36 cp -a $install/usr/lib $fs/usr
37 find $fs/usr/lib/gnome-commander -name "*.*a" -delete
38 cp -a $install/usr/share/applications $fs/usr/share
39 cp -a $install/usr/share/pixmaps $fs/usr/share
40 }