wok view gtk-theme-vertex/receipt @ rev 23590

created recipe for python-pysol-cards
author Hans-G?nter Theisgen
date Wed Apr 08 10:28:19 2020 +0100 (2020-04-08)
parents f5a848a705d4
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-vertex"
4 VERSION="20170128"
5 CATEGORY="customization"
6 SHORT_DESC="Aa theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/horst3180/vertex-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 }