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

portmidi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 20:31:51 2014 +0000 (2014-05-12)
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 }