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

intltool: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 06 13:52:30 2012 +0200 (2012-06-06)
parents 6cc385ceca6c
children de49f29b101e
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 DEPENDS="rox-filer"
9 BUILD_DEPENDS=""
10 SOURCE="rox-filer"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://roscidus.com/desktop/"
13 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
19 mkdir -p $src/_pkg
20 cp -r $src/ROX-Filer/Messages $src/_pkg/
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/rox-filer
28 cp -r $_pkg/* $fs/usr/share/rox-filer/
30 strip -s $fs/usr/share/rox-filer/* || true
31 }