wok annotate openbox-theme-woodland/receipt @ rev 21747

tazboot: spare 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 17:17:16 2019 +0200 (2019-06-14)
parents 887b3b11683d
children
rev   line source
hackdorte@19055 1 # SliTaz package receipt.
hackdorte@19055 2
hackdorte@19055 3 PACKAGE="openbox-theme-woodland"
hackdorte@19055 4 VERSION="1.0"
al@19126 5 CATEGORY="customization"
hackdorte@19055 6 SHORT_DESC="Woodland is a nature theme for Openbox."
hackdorte@19055 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19055 8 LICENSE="PublicDomain"
hackdorte@19055 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte"
hackdorte@19055 10 STUFF_DIR="lab.slitaz/5.0/pkg/openbox/3.6.1"
hackdorte@19055 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
hackdorte@19055 12 WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL"
hackdorte@19055 13 TAGS="openbox theme"
al@19114 14 HOST_ARCH="any"
hackdorte@19055 15
hackdorte@19055 16 DEPENDS="openbox"
hackdorte@19055 17 BUILD_DEPENDS="wget"
hackdorte@19055 18
hackdorte@19055 19 # Rules to configure and make the package.
hackdorte@19055 20 compile_rules()
hackdorte@19055 21 {
hackdorte@19055 22 mkdir -p $install/usr/share/themes
hackdorte@19055 23 cp -a $src/* $install/usr/share/themes
hackdorte@19055 24 }
hackdorte@19055 25
hackdorte@19055 26 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@19055 27 genpkg_rules()
hackdorte@19055 28 {
hackdorte@19055 29 cp -a $install/* $fs
hackdorte@19055 30 }