wok view ncursesw-extra/receipt @ rev 13225

fail2ban: add fail2ban filter
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 13 19:15:01 2012 +0200 (2012-08-13)
parents 70c50cf7bbf2
children 23c3aed67cd9
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 WANTED="ncursesw"
9 DEPENDS="ncursesw ncurses-extra"
10 WEB_SITE="http://invisible-island.net/ncurses/"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/bin $fs/usr
18 chmod 755 $fs/usr/bin/*
19 # Remove tools already provided by other packages
20 rm -f $fs/usr/bin/ncursesw5-config
21 rm -f $fs/usr/bin/clear
22 rm -f $fs/usr/bin/tset
23 rm -f $fs/usr/bin/reset
24 }