wok-stable annotate gtk-theme-switch/receipt @ rev 5667

linux-wireless: Include crystalhd and netwave_cs staging drivers
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 30 12:24:12 2010 +0200 (2010-05-30)
parents
children caeea99a9032
rev   line source
devl547@5633 1 # SliTaz package receipt.
devl547@5633 2
devl547@5633 3 PACKAGE="gtk-theme-switch"
devl547@5633 4 VERSION="2.1.0"
devl547@5633 5 CATEGORY="utilites"
devl547@5633 6 SHORT_DESC="Utility to switch and preview GTK+ theme"
devl547@5633 7 MAINTAINER="devl547@gmail.com"
devl547@5633 8 TARBALL="gtk-theme-switch_2.1.0.orig.tar.gz"
devl547@5633 9 WEB_SITE="http://packages.qa.debian.org/g/gtk-theme-switch.html"
devl547@5633 10 WGET_URL="http://ftp.debian.org/debian/pool/main/g/$PACKAGE/$TARBALL"
devl547@5633 11 BUILD_DEPENDS="gtk+-dev"
devl547@5633 12 DEPENDS="gtk+"
devl547@5633 13
devl547@5633 14 # Rules to configure and make the package.
devl547@5633 15 compile_rules()
devl547@5633 16 {
devl547@5633 17 cd $src
devl547@5633 18 make
devl547@5633 19 }
devl547@5633 20
devl547@5633 21 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5633 22 genpkg_rules()
devl547@5633 23 {
devl547@5633 24 mkdir -p $fs/usr/bin
devl547@5633 25 cp $src/gtk-theme-switch2 $fs/usr/bin/gtk-theme-switch2
devl547@5633 26 }