wok view dialog-dev/receipt @ rev 24332
updated audacious packages (3.10.1 -> 4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 27 17:51:18 2022 +0100 (2022-01-27) |
parents | 2466c3434ab0 |
children | 73cd26fd8ff2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dialog-dev"
4 VERSION="1.3_20210324"
5 CATEGORY="development"
6 SHORT_DESC="Script-interpreter which provides a set of curses widgets, development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
10 WEB_SITE="https://invisible-island.net/dialog/"
12 WANTED="dialog"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/include
19 cp -a $install/usr/lib $fs/usr
20 cp $src/*.h $fs/usr/include
21 }