wok-6.x rev 999
receipt the rox-filer locales
author | Pierre-Jean Fichet <sygne@ombres.eu> |
---|---|
date | Sun Jul 06 16:50:31 2008 +0200 (2008-07-06) |
parents | 54f3481de448 |
children | 0129fe2dcb90 |
files | rox-filer-locales/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rox-filer-locales/receipt Sun Jul 06 16:50:31 2008 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="rox-filer-locales" 1.7 +VERSION="2.8" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="locales for the rox-filer." 1.10 +MAINTAINER="sygne@ombres.eu" 1.11 +DEPENDS="rox-filer" 1.12 +BUILD_DEPENDS="" 1.13 +SOURCE="rox-filer" 1.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.15 +WEB_SITE="http://roscidus.com/desktop/" 1.16 +WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + 1.22 + mkdir -p $src/_pkg 1.23 + cp -r $src/ROX-Filer/Messages $src/_pkg/ 1.24 + 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr/share/rox-filer 1.31 + cp -r $_pkg/* $fs/usr/share/rox-filer/ 1.32 + 1.33 + strip -s $fs/usr/share/rox-filer/ 1.34 +} 1.35 +