wok view gtk-theme-arc/receipt @ rev 23106

updated libstatgrab and libstatgrab-dev (0.91 -> 0.92)
author Hans-G?nter Theisgen
date Thu Mar 12 13:23:05 2020 +0100 (2020-03-12)
parents 67c74cd2db41
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-arc"
4 VERSION="20170302"
5 CATEGORY="customization"
6 SHORT_DESC="A flat theme with transparent elements."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/horst3180/arc-theme"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 DEPENDS="gtk2-engine-murrine"
15 BUILD_DEPENDS="autoconf automake gtk+3-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./autogen.sh \
21 --prefix=/usr \
22 --disable-cinnamon \
23 --disable-gnome-shell \
24 --disable-unity &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }