wok-next view ncursesw-extra/receipt @ rev 6295

Added xorg-dev, freetype-dev, and expat-dev to cairo build_depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 16 13:34:06 2010 +0000 (2010-09-16)
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 }