wok view rox-filer-locales/receipt @ rev 15953

arm: fix file cross compilation and add testsuite
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:49:23 2014 +0100 (2014-02-23)
parents ece1102c8826
children 7042a09beaeb
line source
1 # SliTaz package receipt.
3 PACKAGE="rox-filer-locales"
4 VERSION="2.8"
5 CATEGORY="system-tools"
6 SHORT_DESC="locales for the rox-filer."
7 MAINTAINER="sygne@ombres.eu"
8 LICENSE="GPL2"
9 SOURCE="rox-filer"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://roscidus.com/desktop/"
12 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
14 DEPENDS="rox-filer"
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
21 mkdir -p $DESTDIR
22 cp -r $src/ROX-Filer/Messages $DESTDIR/
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share/rox-filer
30 cp -r $install/* $fs/usr/share/rox-filer/
32 strip -s $fs/usr/share/rox-filer/* || true
33 }