wok-next view ncurses-libform/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents c963361d3d54
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ncurses-libform"
4 VERSION="6.0"
5 CATEGORY="libs"
6 SHORT_DESC="Curses extension for programming forms"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.gnu.org/software/ncurses/"
10 HOST_ARCH="i486 arm"
12 DEPENDS="ncurses"
13 WANTED="ncurses"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files libformw.so*
19 }