wok view ncursesw-dev/receipt @ rev 14279

Add perl-ipc-run
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 06 15:25:00 2013 +0200 (2013-04-06)
parents 70c50cf7bbf2
children 23c3aed67cd9
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 WANTED="ncursesw"
9 WEB_SITE="http://invisible-island.net/ncurses/"
10 HOST_ARCH="i486 arm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/lib $fs/usr/bin
16 cp -a $install/lib/*.a $fs/lib
17 # Include files are from the same source than ncuses-dev and work
18 # nicely for both.
19 cp -a $install/usr/include $fs/usr
20 cp $install/usr/bin/ncursesw5-config $fs/usr/bin
21 chmod 755 $fs/usr/bin/*
22 }