wok annotate rox-filer-locales/receipt @ rev 20779
updated cellwriter (1.3.5 -> 1.3.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 14 13:52:33 2019 +0100 (2019-02-14) |
parents | 7042a09beaeb |
children | 19df6dffcea5 |
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" |
sygne@999 | 9 SOURCE="rox-filer" |
sygne@999 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@20679 | 11 WEB_SITE="http://rox.sourceforge.net/desktop/ROX-Filer" |
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 |