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

Up: gobject-introspection to 0.10.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 00:02:58 2011 +0000 (2011-05-21)
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 }