wok-6.x view rox-filer-locales/receipt @ rev 20318

revert back to v4.4,since glib +gtk error :-( probably v4.6.3 would work, but cannot find it on dev server
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:19:35 2018 +0000 (2018-05-20)
parents de49f29b101e
children 6135577f4d08
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 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 }