# SliTaz package receipt.

PACKED_SIZE="232.0K"
UNPACKED_SIZE="1.1M"
PACKAGE="ncursesw-dev"
VERSION="5.9"
CATEGORY="development"
SHORT_DESC="Devel files for the ncursesw library."
MAINTAINER="pankso@slitaz.org"
LICENSE="MIT"
WANTED="ncursesw"
WEB_SITE="http://invisible-island.net/ncurses/"
HOST_ARCH="i486 arm"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/lib $fs/usr/bin
	cp -a $install/lib/*.a $fs/lib
	# Include files are from the same source than ncuses-dev and work
	# nicely for both.
	cp -a $install/usr/include $fs/usr
	cp $install/usr/bin/ncursesw5-config $fs/usr/bin
	chmod 755 $fs/usr/bin/*
}
