wok-next annotate ncurses-dev/receipt @ rev 17358
Add asterisk-speech-recog
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 18 21:43:05 2014 +0100 (2014-11-18) |
parents | c971db4d1bba |
children | 0ded2a41e487 |
rev | line source |
---|---|
pankso@19 | 1 # SliTaz package receipt. |
pankso@19 | 2 |
pankso@19 | 3 PACKAGE="ncurses-dev" |
slaxemulator@9487 | 4 VERSION="5.9" |
pankso@199 | 5 CATEGORY="development" |
pankso@19 | 6 SHORT_DESC="Devel files for the ncurses library." |
pankso@19 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15601 | 8 LICENSE="MIT" |
pankso@19 | 9 WANTED="ncurses" |
pankso@12773 | 10 WEB_SITE="http://invisible-island.net/ncurses/" |
pankso@12773 | 11 HOST_ARCH="i486 arm" |
pankso@12773 | 12 |
pankso@4884 | 13 DEPENDS="ncursesw-dev" |
pankso@19 | 14 |
pankso@19 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@19 | 16 genpkg_rules() |
pankso@19 | 17 { |
pankso@19 | 18 mkdir -p $fs/lib $fs/usr/bin |
pascal@15083 | 19 cp -a $install/lib/*.a $fs/lib |
pankso@4884 | 20 # Use include file from ncursesw-dev |
pankso@12773 | 21 #cp -a $install/usr/include $fs/usr |
pankso@12773 | 22 cp $install/usr/bin/ncurses5-config $fs/usr/bin |
pankso@19 | 23 chmod 755 $fs/usr/bin/* |
pankso@19 | 24 } |