wok view sdft/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents b89e94b119fe
children
line source
1 # SliTaz package receipt.
3 PACKAGE="sdft"
4 VERSION="170314"
5 CATEGORY="development"
6 SHORT_DESC="SliTaz Desktop Files Tools"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 install -m 755 -o root $stuff/sdft $fs/usr/bin/sdft
17 }