wok view ncursesw-dev/receipt @ rev 16974

some fixes to previous commits
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Aug 05 15:58:00 2014 +0200 (2014-08-05)
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 }