wok view sdft/receipt @ rev 17239

Up lxqt-*(0.8.0) lximage-qt (0.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 17:59:10 2014 +0200 (2014-10-18)
parents
children c7196efa3c5d
line source
1 # SliTaz package receipt.
3 PACKAGE="sdft"
4 VERSION="140717"
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/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 install -m 755 -o root $stuff/sdft $fs/usr/bin/sdft
16 }