wok-next annotate rox-filer-locales/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 7506b35e1c6f
children d5aab818505e
rev   line source
al@21017 1 # SliTaz package receipt v2.
sygne@999 2
sygne@999 3 PACKAGE="rox-filer-locales"
sygne@999 4 VERSION="2.8"
al@19175 5 CATEGORY="localization"
al@21017 6 SHORT_DESC="Locales for the rox-filer"
sygne@999 7 MAINTAINER="sygne@ombres.eu"
pascal@15600 8 LICENSE="GPL2"
al@20909 9 WEB_SITE="http://rox.sourceforge.net/desktop/"
al@20888 10 REPOLOGY="rox-filer"
al@20888 11
sygne@999 12 SOURCE="rox-filer"
sygne@999 13 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@21017 14 WGET_URL="$SF_MIRROR/rox/$TARBALL"
sygne@999 15
al@21017 16 compile_rules() {
pascal@15600 17 mkdir -p $DESTDIR
pascal@15600 18 cp -r $src/ROX-Filer/Messages $DESTDIR/
sygne@999 19 }
sygne@999 20
al@21017 21 genpkg_rules() {
sygne@999 22 mkdir -p $fs/usr/share/rox-filer
pascal@15600 23 cp -r $install/* $fs/usr/share/rox-filer/
al@21017 24
slaxemulator@9537 25 strip -s $fs/usr/share/rox-filer/* || true
al@21017 26 DEPENDS="rox-filer"
sygne@999 27 }