SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "rox-filer-locales"

# SliTaz package receipt.

PACKAGE="rox-filer-locales"
VERSION="2.8"
CATEGORY="system-tools"
SHORT_DESC="locales for the rox-filer."
MAINTAINER="sygne@ombres.eu"
DEPENDS="rox-filer"
BUILD_DEPENDS=""
SOURCE="rox-filer"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WEB_SITE="http://roscidus.com/desktop/"
WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    
    mkdir -p $src/_pkg
    cp -r $src/ROX-Filer/Messages $src/_pkg/
    
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/rox-filer
    cp -r $_pkg/* $fs/usr/share/rox-filer/
    
    strip -s $fs/usr/share/rox-filer/* || true
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)