wok-6.x view xfce4-slitaz-config/receipt @ rev 23835

Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 09:34:18 2020 +0000 (2020-06-01)
parents 85c80e4d99a3
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-slitaz-config"
4 VERSION="0.1"
5 CATEGORY="misc"
6 SHORT_DESC="Slitaz config files for XFCE"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org"
11 DEPENDS="xfce4"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share $fs/etc
17 cp -a stuff/xdg $fs/etc
18 cp -a stuff/applications $fs/usr/share/applications
19 }