SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gnome-commander"

# SliTaz package receipt.

PACKAGE="gnome-commander"
VERSION="1.4.8"
CATEGORY="utilities"
SHORT_DESC="A full featured, twin-panel file manager for Gnome2"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="https://gcmd.github.io/"
WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"

DEPENDS="exiv2 lcms libgnome-keyring libgnomeui libgsf poppler taglib libunique"
BUILD_DEPENDS="gtk+-dev glib-dev gnome-doc-utils-dev libgnome-dev \
libgnomeui-dev gdk-pixbuf-dev cairo-dev pango-dev atk-dev libbonoboui-dev \
libgnomecanvas-dev libart_lgpl-dev xorg-libXinerama-dev xorg-libXrandr-dev \
xorg-dev libgnome-keyring-dev libgcrypt-dev rarian-dev rarian exiv2-dev \
taglib-dev libgsf-dev poppler-dev chmlib-dev lcms-dev flex python-dev \
util-linux-uuid-dev libunique-dev"

current_version()
{
    wget -O - $(dirname $WGET_URL)/$(wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed '/href="[0-9]/!d;s|.*href="\(.*\)/".*|\1|' | sort -Vr | sed q) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure \
        --disable-scrollkeeper \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/lib $fs/usr
    find $fs/usr/lib/gnome-commander -name "*.*a" -delete
    cp -a $install/usr/share/applications $fs/usr/share
    cp -a $install/usr/share/pixmaps $fs/usr/share
}

6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)