wok view xfwm4-themes/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents a78610b2eb47
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfwm4-themes"
4 VERSION="4.12.0"
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 }