wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rox-filer-locales"
4 VERSION="2.8"
5 CATEGORY="localization"
6 SHORT_DESC="Locales for the rox-filer"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://rox.sourceforge.net/desktop/"
10 REPOLOGY="rox-filer"
12 SOURCE="rox-filer"
13 TARBALL="$SOURCE-$VERSION.tar.bz2"
14 WGET_URL="$SF_MIRROR/rox/$TARBALL"
16 compile_rules() {
17 mkdir -p $install
18 cp -r $src/ROX-Filer/Messages $install/
19 }
21 genpkg_rules() {
22 mkdir -p $fs/usr/share/rox-filer
23 cp -r $install/* $fs/usr/share/rox-filer/
25 strip -s $fs/usr/share/rox-filer/* || true
26 DEPENDS="rox-filer"
27 }