wok-next annotate xfce4-slitaz-config/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents cd7906120828
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
erjo@4164 2
erjo@4164 3 PACKAGE="xfce4-slitaz-config"
erjo@4164 4 VERSION="0.1"
erjo@4164 5 CATEGORY="misc"
erjo@4164 6 SHORT_DESC="Slitaz config files for XFCE"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="BSD"
al@21020 9 WEB_SITE="http://www.slitaz.org/"
al@20888 10 REPOLOGY="-"
erjo@4164 11
al@21020 12 genpkg_rules() {
erjo@4164 13 mkdir -p $fs/usr/share $fs/etc
al@21020 14 cp -a $stuff/xdg $fs/etc
al@21020 15 cp -a $stuff/applications $fs/usr/share/applications
al@21020 16 DEPENDS="xfce4"
erjo@4164 17 }