wok-next view rox-filer-locales/receipt @ rev 20907

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 7042a09beaeb
children 7506b35e1c6f
line source
1 # SliTaz package receipt.
3 PACKAGE="rox-filer-locales"
4 VERSION="2.8"
5 CATEGORY="localization"
6 SHORT_DESC="locales for the rox-filer."
7 MAINTAINER="sygne@ombres.eu"
8 LICENSE="GPL2"
9 WEB_SITE="http://roscidus.com/desktop/"
10 REPOLOGY="rox-filer"
12 SOURCE="rox-filer"
13 TARBALL="$SOURCE-$VERSION.tar.bz2"
14 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
16 DEPENDS="rox-filer"
17 BUILD_DEPENDS=""
19 # Rules to configure and make the package.
20 compile_rules()
21 {
23 mkdir -p $DESTDIR
24 cp -r $src/ROX-Filer/Messages $DESTDIR/
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share/rox-filer
32 cp -r $install/* $fs/usr/share/rox-filer/
34 strip -s $fs/usr/share/rox-filer/* || true
35 }