wok view gtk-theme-orion/receipt @ rev 19092

Add brower-html5 virtual package (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 01 10:46:33 2016 +0200 (2016-05-01)
parents
children 50fe6ea964e4
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-orion"
4 VERSION="1.5"
5 CATEGORY="misc"
6 SHORT_DESC="Orion is GTK+2 and GTK+3 theme from the Shimmer Project"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 CC-BY-SA-3"
9 WEB_SITE="http://shimmerproject.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/shimmerproject/Orion/archive/v$VERSION.tar.gz"
13 DEPENDS="gtk2-engine-murrine"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 T='/usr/share/themes/Orion'
19 mkdir -p $fs/$T
20 cp -a \
21 $src/gtk-2.0 \
22 $src/gtk-3.0 \
23 $src/index.theme \
24 $fs/$T
25 }