wok view libform/receipt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
parents
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="libform"
4 VERSION="5.9"
5 CATEGORY="development"
6 SHORT_DESC="Curses extension for programming forms"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://invisible-island.net/ncurses/"
10 HOST_ARCH="i486 arm"
12 DEPENDS="ncurses libtinfo"
13 WANTED="ncurses"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/lib
19 cp -a $install/lib/libform.so* $fs/lib
20 }