wok-next annotate rox-filer-locales/receipt @ rev 20907

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 7042a09beaeb
children 7506b35e1c6f
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"
al@19175 5 CATEGORY="localization"
sygne@999 6 SHORT_DESC="locales for the rox-filer."
sygne@999 7 MAINTAINER="sygne@ombres.eu"
pascal@15600 8 LICENSE="GPL2"
al@20888 9 WEB_SITE="http://roscidus.com/desktop/"
al@20888 10 REPOLOGY="rox-filer"
al@20888 11
sygne@999 12 SOURCE="rox-filer"
sygne@999 13 TARBALL="$SOURCE-$VERSION.tar.bz2"
sygne@999 14 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
sygne@999 15
pascal@15600 16 DEPENDS="rox-filer"
pascal@15600 17 BUILD_DEPENDS=""
pascal@15600 18
sygne@999 19 # Rules to configure and make the package.
sygne@999 20 compile_rules()
sygne@999 21 {
sygne@999 22
pascal@15600 23 mkdir -p $DESTDIR
pascal@15600 24 cp -r $src/ROX-Filer/Messages $DESTDIR/
sygne@999 25
sygne@999 26 }
sygne@999 27
sygne@999 28 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@999 29 genpkg_rules()
sygne@999 30 {
sygne@999 31 mkdir -p $fs/usr/share/rox-filer
pascal@15600 32 cp -r $install/* $fs/usr/share/rox-filer/
sygne@999 33
slaxemulator@9537 34 strip -s $fs/usr/share/rox-filer/* || true
sygne@999 35 }
sygne@999 36