wok view ncurses-dev/receipt @ rev 15205
hg merge
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Sep 09 03:32:26 2013 +0300 (2013-09-09) |
parents | 7c64b51d0a8c |
children | 23c3aed67cd9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ncurses-dev"
4 VERSION="5.9"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for the ncurses library."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="ncurses"
9 WEB_SITE="http://invisible-island.net/ncurses/"
10 HOST_ARCH="i486 arm"
12 DEPENDS="ncursesw-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/lib $fs/usr/bin
18 cp -a $install/lib/*.a $fs/lib
19 # Use include file from ncursesw-dev
20 #cp -a $install/usr/include $fs/usr
21 cp $install/usr/bin/ncurses5-config $fs/usr/bin
22 chmod 755 $fs/usr/bin/*
23 }