wok-next view gtk-theme-blackbird/receipt @ rev 20486

outguess: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:46:52 2018 +0100 (2018-03-12)
parents c3d04e304a7a
children 214739968ed7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk-theme-blackbird"
4 VERSION="0.4"
5 CATEGORY="customization"
6 SHORT_DESC="Blackbird 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="https://shimmerproject.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz"
14 compile_rules() {
15 T="$install/usr/share/themes/Blackbird"
16 mkdir -p $T
17 cp -r gtk-2.0 gtk-3.0 metacity-1 xfce-notify-4.0 xfwm4 $T
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="gtk2-engine-murrine"
23 }