wok-next view suggested-applications/receipt @ rev 21521
updated bleachbit (2.0 -> 4.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 13:23:49 2020 +0100 (2020-06-19) |
parents | cd7906120828 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="suggested-applications"
4 VERSION="1.0"
5 CATEGORY="network"
6 SHORT_DESC="Set of desktop files for default applications"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 genpkg_rules() {
13 mkdir -p $fs/usr/share $fs/usr/bin
14 cp -a $stuff/applications $fs/usr/share
15 cp -a $stuff/default-app $fs/usr/bin/
16 }