wok view ncursesw-dev/receipt @ rev 17769

compiz-libcompizconfig: cmake 3.1 seems need CMAKE_MINIMUM_REQUIRED_VERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 17:47:05 2015 +0100 (2015-03-13)
parents 23c3aed67cd9
children 1feee7ca564d
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 DEPENDS="ncursesw"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/lib $fs/usr/bin
19 cp -a $install/lib/*.a $fs/lib
20 # Include files are from the same source than ncuses-dev and work
21 # nicely for both.
22 cp -a $install/usr/include $fs/usr
23 cp $install/usr/bin/ncursesw5-config $fs/usr/bin
24 chmod 755 $fs/usr/bin/*
25 }