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

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents d1c17bd2c2bc
children a78610b2eb47
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="http://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 }