wok-stable annotate ncursesw-dev/receipt @ rev 5553
linld, linmodem-slmodem, mountlo, nbs, nvidia: cache extra wget'd files in SOURCES_REPOSITORY
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 13 22:41:03 2010 +0200 (2010-05-13) |
parents | |
children | be13f25e790b |
rev | line source |
---|---|
pankso@4884 | 1 # SliTaz package receipt. |
pankso@4884 | 2 |
pankso@4884 | 3 PACKAGE="ncursesw-dev" |
pankso@4884 | 4 VERSION="5.7" |
pankso@4884 | 5 CATEGORY="development" |
pankso@4884 | 6 SHORT_DESC="Devel files for the ncursesw library." |
pankso@4884 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@4884 | 8 WANTED="ncursesw" |
pankso@4884 | 9 WEB_SITE="http://invisible-island.net/ncurses/" |
pankso@4884 | 10 |
pankso@4884 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4884 | 12 genpkg_rules() |
pankso@4884 | 13 { |
pankso@4884 | 14 _pkg=$WOK/$WANTED/ncurses-$VERSION/_pkg |
pankso@4884 | 15 mkdir -p $fs/lib $fs/usr/bin |
pankso@4884 | 16 cp -a $_pkg/lib/*.a $fs/lib |
pankso@4884 | 17 # Include files have the same name as ncuses-dev but seems |
pankso@4884 | 18 # to work for both. |
pankso@4884 | 19 cp -a $_pkg/usr/include $fs/usr |
pankso@4884 | 20 cp $_pkg/usr/bin/ncursesw5-config $fs/usr/bin |
pankso@4884 | 21 chmod 755 $fs/usr/bin/* |
pankso@4884 | 22 } |