wok view ncursesw-extra/receipt @ rev 11497

Fix: prboom build
author Alexander Medvedev <devl547@gmail.com>
date Mon Dec 19 23:40:08 2011 +0400 (2011-12-19)
parents f4b5d278d27b
children 7c64b51d0a8c
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/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 chmod 755 $fs/usr/bin/*
18 # Remove already provided by other packages
19 rm -f $fs/usr/bin/ncursesw5-config
20 rm -f $fs/usr/bin/clear
21 rm -f $fs/usr/bin/tset
22 rm -f $fs/usr/bin/reset
23 }