wok view murrine-svn-themes/receipt @ rev 17991

fusecloop: fix realloc index size
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 23 15:42:00 2015 +0200 (2015-04-23)
parents 291b5a48fefb
children 3167388ff7d8
line source
1 # SliTaz package receipt.
3 PACKAGE="murrine-svn-themes"
4 VERSION="0.6.2"
5 CATEGORY="x-window"
6 SHORT_DESC=" some murrine themes"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="LGPL3"
9 DEPENDS="murrine"
10 WEB_SITE="http://www.cimitan.com/murrine"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/themes
17 tar -xzf stuff/murrine-themes.tar.gz -C $fs/usr/share/themes
18 }