SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "workerfm"

# SliTaz package receipt.

PACKAGE="workerfm"
VERSION="4.1.0"
CATEGORY="system-tools"
SHORT_DESC="A light and easy to use file manager."
MAINTAINER="yuripourre@gmail.com"
LICENSE="GPL2"
WEB_SITE="http://www.boomerangsworld.de/cms/worker/"

SOURCE="worker"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WGET_URL="$WEB_SITE/downloads/$TARBALL"

DEPENDS="avfs dbus-glib freetype gcc83-lib-base hal 
    libmagic xorg-libX11 xorg-libXft xorg-libXinerama 
    xorg-xmessage"
BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev gcc83 
    hal-dev libmagic-dev liblzma-dev util-linux-uuid-dev 
    xorg-libX11-dev xorg-libXft-dev xorg-libXinerama-dev"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed '/worker-[0-9]/!d;s|.*worker-||;s|.tar.*||' | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    export    CC=gcc-83
    export    CXX=g++-83

    ./configure            \
        --disable-silent-rules    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr

    cp -a $install/usr/bin        $fs/usr
    cp -a $install/usr/share    $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)