wok-next view suggested-applications/receipt @ rev 19657
Up: xorg-server, xorg-xf86-input-evdev, xorg-xf86-input-synaptics; add: xorg-xf86-input-wacom; remove: xorg-xf86-input-vmmouse.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 04 15:03:03 2017 +0200 (2017-03-04) |
parents | a4542133af01 |
children | cd7906120828 |
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="jozee@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share $fs/usr/bin
15 cp -a stuff/applications $fs/usr/share
16 cp -a stuff/default-app $fs/usr/bin/
17 }