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

Woodland is a nature theme for Openbox.
author Leonardo Laporte <hackdorte@sapo.pt>
date Tue Apr 19 20:20:45 2016 -0300 (2016-04-19)
parents
children 887b3b11683d
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"
hackdorte@19055 5 CATEGORY="x-window"
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 BUILD_DEPENDS="wget"
hackdorte@19055 17
hackdorte@19055 18 # Rules to configure and make the package.
hackdorte@19055 19 compile_rules()
hackdorte@19055 20 {
hackdorte@19055 21 mkdir -p $install/usr/share/themes
hackdorte@19055 22 cp -a $src/* $install/usr/share/themes
hackdorte@19055 23 }
hackdorte@19055 24
hackdorte@19055 25 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@19055 26 genpkg_rules()
hackdorte@19055 27 {
hackdorte@19055 28 cp -a $install/* $fs
hackdorte@19055 29 }