wok annotate sdft/receipt @ rev 18000
qemu: enable curses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 25 12:57:51 2015 +0200 (2015-04-25) |
parents | |
children | c7196efa3c5d |
rev | line source |
---|---|
al@16921 | 1 # SliTaz package receipt. |
al@16921 | 2 |
al@16921 | 3 PACKAGE="sdft" |
al@16921 | 4 VERSION="140717" |
al@16921 | 5 CATEGORY="development" |
al@16921 | 6 SHORT_DESC="SliTaz Desktop Files Tools" |
al@16921 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@16921 | 8 LICENSE="GPL3" |
al@16921 | 9 WEB_SITE="http://www.slitaz.org/" |
al@16921 | 10 |
al@16921 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16921 | 12 genpkg_rules() |
al@16921 | 13 { |
al@16921 | 14 mkdir -p $fs/usr/bin |
al@16921 | 15 install -m 755 -o root $stuff/sdft $fs/usr/bin/sdft |
al@16921 | 16 } |