wok-next annotate suggested-applications/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents cd7906120828
children
rev   line source
jozee@5130 1 # SliTaz package receipt.
jozee@5130 2
jozee@5130 3 PACKAGE="suggested-applications"
jozee@5130 4 VERSION="1.0"
jozee@5130 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Set of desktop files for default applications"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15581 8 LICENSE="GPL3"
jozee@5130 9 WEB_SITE="http://www.slitaz.org/"
al@20888 10 REPOLOGY="-"
jozee@5130 11
al@21020 12 genpkg_rules() {
jozee@5130 13 mkdir -p $fs/usr/share $fs/usr/bin
al@21020 14 cp -a $stuff/applications $fs/usr/share
al@21020 15 cp -a $stuff/default-app $fs/usr/bin/
jozee@5130 16 }