wok view ncursesw-extra/receipt @ rev 20777

updated cdrtools (3.00 -> 3.02a09)
author Hans-G?nter Theisgen
date Thu Feb 14 13:10:09 2019 +0100 (2019-02-14)
parents 23c3aed67cd9
children 94ece03c2cb1
line source
1 # SliTaz package receipt.
3 PACKAGE="ncursesw-extra"
4 VERSION="5.9"
5 CATEGORY="base-system"
6 SHORT_DESC="Extra files for the ncursesw library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WANTED="ncursesw"
10 DEPENDS="ncursesw ncurses-extra"
11 WEB_SITE="https://invisible-island.net/ncurses/"
12 HOST_ARCH="i486 arm"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/bin $fs/usr
19 chmod 755 $fs/usr/bin/*
20 # Remove tools already provided by other packages
21 rm -f $fs/usr/bin/ncursesw5-config
22 rm -f $fs/usr/bin/clear
23 rm -f $fs/usr/bin/tset
24 rm -f $fs/usr/bin/reset
25 }