wok view ncursesw-extra/receipt @ rev 5033

gutenprint: update build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 03 11:18:36 2010 +0100 (2010-03-03)
parents
children be13f25e790b
line source
1 # SliTaz package receipt.
3 PACKAGE="ncursesw-extra"
4 VERSION="5.7"
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 _pkg=$WOK/$WANTED/ncurses-$VERSION/_pkg
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/bin $fs/usr
18 chmod 755 $fs/usr/bin/*
19 # Remove 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 }