wok view gtk-theme-switch/receipt @ rev 23984

linld: fix bootiso/strhead
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 25 20:41:41 2020 +0000 (2020-11-25)
parents 762b649a4d73
children b78e79c31b1f
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-switch"
4 VERSION="2.1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Utility to switch and preview GTK+ theme"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
10 WEB_SITE="https://packages.qa.debian.org/g/gtk-theme-switch.html"
11 WGET_URL="http://ftp.debian.org/debian/pool/main/g/$PACKAGE/$TARBALL"
13 BUILD_DEPENDS="gtk+-dev"
14 DEPENDS="gtk+"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/gtk-theme-switch2 $fs/usr/bin/gtk-theme-switch2
27 }