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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
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() {
al@21020 17 mkdir -p $install
al@21020 18 cp -r $src/ROX-Filer/Messages $install/
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 }