wok-6.x annotate mist-icon-theme/receipt @ rev 14901
Add python-magic
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 31 11:54:19 2013 +0200 (2013-07-31) |
parents | |
children | 92f6d4a38df0 |
rev | line source |
---|---|
al@14427 | 1 # SliTaz package receipt. |
al@14427 | 2 |
al@14427 | 3 PACKAGE="mist-icon-theme" |
al@14427 | 4 VERSION="1-X" |
al@14427 | 5 CATEGORY="x-window" |
al@14427 | 6 SHORT_DESC="Classic light-blue variation of the GNOME icon theme" |
al@14427 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@14427 | 8 LICENSE="LGPL" |
al@14427 | 9 WEB_SITE="http://xfce-look.org/content/show.php/Mist?content=148172" |
al@14427 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@14427 | 11 WGET_URL="https://dl.dropbox.com/u/64670113/Mist.tar.bz2" |
al@14427 | 12 |
al@14427 | 13 DEPENDS="gnome-icon-theme" |
al@14427 | 14 BUILD_DEPENDS="wget" |
al@14427 | 15 |
al@14427 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14427 | 17 genpkg_rules() |
al@14427 | 18 { |
al@14427 | 19 iconpath=usr/share/icons/mist |
al@14427 | 20 mkdir -p $fs/$iconpath |
al@14427 | 21 cp -a $src/* $fs/$iconpath |
al@14427 | 22 rm -rf $fs/$iconpath/256x256 |
al@14427 | 23 } |