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

Fix missing mkdir command
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 11:13:51 2013 +0100 (2013-12-21)
parents ece1102c8826
children 7042a09beaeb
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"
pascal@15600 8 LICENSE="GPL2"
sygne@999 9 SOURCE="rox-filer"
sygne@999 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
sygne@999 11 WEB_SITE="http://roscidus.com/desktop/"
sygne@999 12 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
sygne@999 13
pascal@15600 14 DEPENDS="rox-filer"
pascal@15600 15 BUILD_DEPENDS=""
pascal@15600 16
sygne@999 17 # Rules to configure and make the package.
sygne@999 18 compile_rules()
sygne@999 19 {
sygne@999 20
pascal@15600 21 mkdir -p $DESTDIR
pascal@15600 22 cp -r $src/ROX-Filer/Messages $DESTDIR/
sygne@999 23
sygne@999 24 }
sygne@999 25
sygne@999 26 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@999 27 genpkg_rules()
sygne@999 28 {
sygne@999 29 mkdir -p $fs/usr/share/rox-filer
pascal@15600 30 cp -r $install/* $fs/usr/share/rox-filer/
sygne@999 31
slaxemulator@9537 32 strip -s $fs/usr/share/rox-filer/* || true
sygne@999 33 }
sygne@999 34