wok-next view gtk-theme-switch/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://packages.qa.debian.org/g/gtk-theme-switch.html"
11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
12 WGET_URL="http://ftp.debian.org/debian/pool/main/g/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 $src/gtk-theme-switch2 $install/usr/bin/gtk-theme-switch2
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="gtk2"
24 }