
Receipt for package "rox-filer-locales"
# SliTaz package receipt. PACKAGE="rox-filer-locales" VERSION="2.11" CATEGORY="localization" SHORT_DESC="locales for the rox-filer." MAINTAINER="sygne@ombres.eu" LICENSE="GPL2" WEB_SITE="https://rox.sourceforge.net/desktop/ROX-Filer" SOURCE="rox-filer" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/rox/$TARBALL" WANTED="rox-filer" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/rox/files/rox/ 2>/dev/null | \ sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||' | sort -Vr | sed q | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/rox/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { mkdir -p $DESTDIR cp -r $src/ROX-Filer/Messages $DESTDIR/ } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/rox-filer cp -r $install/* $fs/usr/share/rox-filer/ strip -s $fs/usr/share/rox-filer/* || true }
6011 packages and 861693 files in cooking database (Wed Apr 30 00:00:17 2025)