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

Add inxi
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 04 12:57:15 2016 +0300 (2016-05-04)
parents
children 887b3b11683d
line source
1 # SliTaz package receipt.
3 PACKAGE="openbox-theme-woodland"
4 VERSION="1.0"
5 CATEGORY="x-window"
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"
16 BUILD_DEPENDS="wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir -p $install/usr/share/themes
22 cp -a $src/* $install/usr/share/themes
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }