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

Fix: prboom build
author Alexander Medvedev <devl547@gmail.com>
date Mon Dec 19 23:40:08 2011 +0400 (2011-12-19)
parents 321144cabc7b
children d1c17bd2c2bc
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 TARBALL="gtk-theme-switch_2.1.0.orig.tar.gz"
9 WEB_SITE="http://packages.qa.debian.org/g/gtk-theme-switch.html"
10 WGET_URL="http://ftp.debian.org/debian/pool/main/g/$PACKAGE/$TARBALL"
11 BUILD_DEPENDS="gtk+-dev"
12 DEPENDS="gtk+"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp $src/gtk-theme-switch2 $fs/usr/bin/gtk-theme-switch2
26 }