wok-4.x annotate ncursesw-dev/receipt @ rev 6419
Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 26 17:02:23 2010 +0000 (2010-09-26) |
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 } |