wok view ncursesw-dev/receipt @ rev 15639

Down rack (1.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:33:37 2013 +0000 (2013-12-09)
parents 7c64b51d0a8c
children 0ded2a41e487
line source
1 # SliTaz package receipt.
3 PACKAGE="ncursesw-dev"
4 VERSION="5.9"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for the ncursesw library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="ncursesw"
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/lib $fs/usr/bin
17 cp -a $install/lib/*.a $fs/lib
18 # Include files are from the same source than ncuses-dev and work
19 # nicely for both.
20 cp -a $install/usr/include $fs/usr
21 cp $install/usr/bin/ncursesw5-config $fs/usr/bin
22 chmod 755 $fs/usr/bin/*
23 }