wok-current view libform/receipt @ rev 25792
Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
| author | Stanislas Leduc <shann@slitaz.org> | 
|---|---|
| date | Tue Oct 07 05:55:24 2025 +0000 (3 weeks ago) | 
| parents | a7abacf75d6d | 
| children | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="libform"
     4 VERSION="6.3"
     5 CATEGORY="development"
     6 SHORT_DESC="Curses extension for programming forms."
     7 MAINTAINER="al.bobylev@gmail.com"
     8 LICENSE="MIT"
     9 WEB_SITE="https://invisible-island.net/ncurses/"
    11 DEPENDS="libtinfo ncurses"
    12 WANTED="ncurses"
    14 HOST_ARCH="i486 arm"
    16 # Rules to gen a SliTaz package suitable for Tazpkg.
    17 genpkg_rules()
    18 {
    19 	mkdir -p $fs/lib
    20 	cp -a $install/lib/libform.so*	$fs/lib
    21 }