wok view sdft/receipt @ rev 20005
Up: PeaZip v6.0.0 to v6.4.1 :: Some dependencies satisfied.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Tue Aug 01 12:26:53 2017 -0300 (2017-08-01) |
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 }