wok view ncursesw-extra/receipt @ rev 7974

Fix: net-snmp needs -j1 to install correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:55:29 2011 +0100 (2011-01-17)
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 }