wok diff mist-icon-theme/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents
children 92f6d4a38df0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mist-icon-theme/receipt	Thu Sep 26 13:12:43 2013 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mist-icon-theme"
     1.7 +VERSION="1-X"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Classic light-blue variation of the GNOME icon theme"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL"
    1.12 +WEB_SITE="http://xfce-look.org/content/show.php/Mist?content=148172"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WGET_URL="https://dl.dropbox.com/u/64670113/Mist.tar.bz2"
    1.15 +
    1.16 +DEPENDS="gnome-icon-theme"
    1.17 +BUILD_DEPENDS="wget"
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	iconpath=usr/share/icons/mist
    1.23 +	mkdir -p $fs/$iconpath
    1.24 +	cp -a $src/* $fs/$iconpath
    1.25 +	rm -rf $fs/$iconpath/256x256
    1.26 +}