wok view openbox-theme-woodland/receipt @ rev 20891

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