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

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
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 }