wok-next view openbox-theme-woodland/receipt @ rev 20863

Up: gawk (4.2.1), kmod (25), less (530), irssi (1.1.1), irssi-scripts (latest)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 12:30:17 2018 +0300 (2018-06-28)
parents c4e53a39395a
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"
15 DEPENDS="openbox"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir -p $install/usr/share/themes
21 cp -a $src/* $install/usr/share/themes
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }