wok annotate rox-filer-locales/receipt @ rev 1356

Add: libedit BSD licensed command line editor library
author Dominique Corbex <domcox@users.sourceforge.net>
date Tue Sep 09 22:15:17 2008 +0200 (2008-09-09)
parents
children ece1102c8826
rev   line source
sygne@999 1 # SliTaz package receipt.
sygne@999 2
sygne@999 3 PACKAGE="rox-filer-locales"
sygne@999 4 VERSION="2.8"
sygne@999 5 CATEGORY="system-tools"
sygne@999 6 SHORT_DESC="locales for the rox-filer."
sygne@999 7 MAINTAINER="sygne@ombres.eu"
sygne@999 8 DEPENDS="rox-filer"
sygne@999 9 BUILD_DEPENDS=""
sygne@999 10 SOURCE="rox-filer"
sygne@999 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
sygne@999 12 WEB_SITE="http://roscidus.com/desktop/"
sygne@999 13 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
sygne@999 14
sygne@999 15 # Rules to configure and make the package.
sygne@999 16 compile_rules()
sygne@999 17 {
sygne@999 18
sygne@999 19 mkdir -p $src/_pkg
sygne@999 20 cp -r $src/ROX-Filer/Messages $src/_pkg/
sygne@999 21
sygne@999 22 }
sygne@999 23
sygne@999 24 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@999 25 genpkg_rules()
sygne@999 26 {
sygne@999 27 mkdir -p $fs/usr/share/rox-filer
sygne@999 28 cp -r $_pkg/* $fs/usr/share/rox-filer/
sygne@999 29
sygne@999 30 strip -s $fs/usr/share/rox-filer/
sygne@999 31 }
sygne@999 32