wok-next view xfce4-slitaz-config/receipt @ rev 20996

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents eb8067417980
children d5aab818505e
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"
10 REPOLOGY="-"
12 DEPENDS="xfce4"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share $fs/etc
18 cp -a stuff/xdg $fs/etc
19 cp -a stuff/applications $fs/usr/share/applications
20 }