wok diff rox-filer-locales/receipt @ rev 1100

lostirc: irc.toile-libre.org host now the official IRC chan
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jul 18 14:22:51 2008 +0200 (2008-07-18)
parents
children ece1102c8826
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rox-filer-locales/receipt	Fri Jul 18 14:22:51 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 +