wok annotate dialog-dev/receipt @ rev 24040
Up zstd (1.4.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 13 17:03:24 2021 +0000 (2021-04-13) |
parents | 2466c3434ab0 |
children | 73cd26fd8ff2 |
rev | line source |
---|---|
pascal@22843 | 1 # SliTaz package receipt. |
pascal@22843 | 2 |
pascal@22843 | 3 PACKAGE="dialog-dev" |
Hans-G?nter@24033 | 4 VERSION="1.3_20210324" |
pascal@22843 | 5 CATEGORY="development" |
pascal@22843 | 6 SHORT_DESC="Script-interpreter which provides a set of curses widgets, development files." |
pascal@22843 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@22843 | 8 LICENSE="LGPL2.1" |
pascal@22843 | 9 |
pascal@22843 | 10 WEB_SITE="https://invisible-island.net/dialog/" |
pascal@22843 | 11 |
pascal@22843 | 12 WANTED="dialog" |
pascal@22843 | 13 |
pascal@22843 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@22843 | 15 genpkg_rules() |
pascal@22843 | 16 { |
pascal@22843 | 17 mkdir -p $fs/usr/include |
Hans-G?nter@24033 | 18 |
Hans-G?nter@24033 | 19 cp -a $install/usr/lib $fs/usr |
Hans-G?nter@24033 | 20 cp $src/*.h $fs/usr/include |
pascal@22843 | 21 } |