wok-4.x view murrine-svn-themes/receipt @ rev 5340

Updated transmission to 1.92. Added expat-dev to build depends of transmission. Also transmission-cli, transmission-daemon, and transmission-web are all updated to 1.92.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 27 10:14:26 2010 +0000 (2010-04-27)
parents
children
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 DEPENDS="murrine"
9 WEB_SITE="http://www.cimitan.com/murrine"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/themes
16 tar -xzf stuff/murrine-themes.tar.gz -C $fs/usr/share/themes
17 }