wok view ncurses-dev/receipt @ rev 13364
Up: slim (1.3.3) Slim have a new miatainer :-) 1.3.4 is out but dont build
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Sep 13 21:59:17 2012 +0200 (2012-09-13) |
parents | 70c50cf7bbf2 |
children | c971db4d1bba |
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 $_pkg/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 }