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

shaarli: up (0.10.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 19 15:44:03 2019 +0300 (2019-04-19)
parents cd7906120828
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-slitaz-config"
4 VERSION="0.1"
5 CATEGORY="misc"
6 SHORT_DESC="Slitaz config files for XFCE"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 genpkg_rules() {
13 mkdir -p $fs/usr/share $fs/etc
14 cp -a $stuff/xdg $fs/etc
15 cp -a $stuff/applications $fs/usr/share/applications
16 DEPENDS="xfce4"
17 }