wok view xfwm4-themes/receipt @ rev 20986
libgit2: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 06 19:37:35 2019 +0100 (2019-03-06) |
parents | 40fab26c175d |
children | 3e31a3bcc764 |
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="https://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 }