wok-next annotate openbox-theme-woodland/receipt @ rev 20748

Update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 30 20:13:48 2018 +0300 (2018-05-30)
parents c4e53a39395a
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"
hackdorte@19055 14
hackdorte@19055 15 DEPENDS="openbox"
hackdorte@19055 16
hackdorte@19055 17 # Rules to configure and make the package.
hackdorte@19055 18 compile_rules()
hackdorte@19055 19 {
hackdorte@19055 20 mkdir -p $install/usr/share/themes
hackdorte@19055 21 cp -a $src/* $install/usr/share/themes
hackdorte@19055 22 }
hackdorte@19055 23
hackdorte@19055 24 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@19055 25 genpkg_rules()
hackdorte@19055 26 {
hackdorte@19055 27 cp -a $install/* $fs
hackdorte@19055 28 }