wok-current view xfwm4-themes/receipt @ rev 19194
Add: EtherApe. A graphical network monitor for SliTaz.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Mon Jun 06 09:08:05 2016 -0300 (2016-06-06) |
parents | 887b3b11683d |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xfwm4-themes"
4 VERSION="4.11.1"
5 CATEGORY="customization"
6 SHORT_DESC="xfwm4 additionnal themes"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="xfwm4"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org/"
12 HOST_ARCH="any"
14 DEPENDS="xfwm4"
15 BUILD_DEPENDS=""
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/share
21 cp -a $install/usr/share/themes $fs/usr/share
22 }