# HG changeset patch # User Alexander Medvedev # Date 1274986845 0 # Node ID fafae958ccce939b4f667f0f21a2550ea6aac6e8 # Parent a8157553abc6bc6a4f968a4080739f6a791bd6a7 Move gtk-theme-switch to wok diff -r a8157553abc6 -r fafae958ccce gtk-theme-switch/receipt --- a/gtk-theme-switch/receipt Thu May 27 18:58:51 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gtk-theme-switch" -VERSION="2.1.0" -CATEGORY="utilites" -SHORT_DESC="Utility to switch and preview GTK+ theme" -MAINTAINER="devl547@gmail.com" -TARBALL="gtk-theme-switch_2.1.0.orig.tar.gz" -WEB_SITE="http://packages.qa.debian.org/g/gtk-theme-switch.html" -WGET_URL="http://ftp.debian.org/debian/pool/main/g/$PACKAGE/$TARBALL" -BUILD_DEPENDS="gtk+-dev" -DEPENDS="gtk+" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - make -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin - cp $src/gtk-theme-switch2 $fs/usr/bin/gtk-theme-switch2 -}