wok-next annotate rox-default-icons/receipt @ rev 20909

Update homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 13 00:47:17 2018 +0300 (2018-08-13)
parents de49f29b101e
children d5aab818505e
rev   line source
sygne@997 1 # SliTaz package receipt.
sygne@997 2
sygne@997 3 PACKAGE="rox-default-icons"
sygne@997 4 VERSION="2.8"
sygne@997 5 CATEGORY="misc"
sygne@997 6 SHORT_DESC="default icons for rox-filer."
sygne@997 7 MAINTAINER="sygne@ombres.eu"
pascal@15600 8 LICENSE="GPL2"
sygne@997 9 SOURCE="rox-filer"
sygne@997 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@20909 11 WEB_SITE="http://rox.sourceforge.net/desktop/"
al@20909 12 WGET_URL="$SF_MIRROR/rox/$TARBALL"
sygne@997 13
pascal@15600 14 DEPENDS="rox-filer"
pascal@15600 15 BUILD_DEPENDS=""
pascal@15600 16
sygne@997 17 # Rules to configure and make the package.
sygne@997 18 compile_rules()
sygne@997 19 {
pascal@15600 20 mkdir -p $DESTDIR/rox-default-icons
pascal@15600 21 cp -a $src/ROX-Filer/ROX/* $DESTDIR/rox-default-icons/
sygne@997 22 }
sygne@997 23
sygne@997 24 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@997 25 genpkg_rules()
sygne@997 26 {
sygne@997 27 mkdir -p $fs/usr/share/icons
pascal@15600 28 cp -r $install/* $fs/usr/share/icons/
sygne@997 29 }
sygne@997 30