# Description: Gtk2 theme switcher # URL: http://muhri.net/nav.php3?node=gts # Maintainer: This is from ArchLinux ports.. http://repos.archlinux.org/viewvc.cgi/gtk-theme-switch2/repos/extra-i686/PKGBUILD?revision=2163&view=markup # Packager: Ivan Rodionov, jean at mosk ru # Depends on: name=gtk-theme-switch2 version=2.0.5 release=1 source=(http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/\ gtk-theme-switch_"$version".tar.gz) build() { cd gtk-theme-switch-"$version" make install -D -m755 switch2 $PKG/usr/bin/switch2 install -D -m644 switch.1 $PKG/usr/share/man/man1/switch2.1 }