wok-6.x diff libpanel/receipt @ rev 20277
linux: add igb.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 19 15:16:28 2018 +0100 (2018-03-19) |
parents | |
children | a78610b2eb47 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libpanel/receipt Mon Mar 19 15:16:28 2018 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libpanel" 1.7 +VERSION="5.9" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Panel stack extension for curses" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="http://invisible-island.net/ncurses/" 1.13 +HOST_ARCH="i486 arm" 1.14 + 1.15 +DEPENDS="ncurses libtinfo" 1.16 +WANTED="ncurses" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/lib 1.22 + cp -a $install/lib/libpanel.so* $fs/lib 1.23 +}