wok view libpanel/receipt @ rev 23752

updated xine-lib, xine-lib-dev and xine fonts again (1.2.9 -> 1.2.10)
author Hans-G?nter Theisgen
date Fri May 01 16:16:00 2020 +0100 (2020-05-01)
parents 572c174a456f
children 24801b09d2f7
line source
1 # SliTaz package receipt.
3 PACKAGE="libpanel"
4 VERSION="6.2"
5 CATEGORY="development"
6 SHORT_DESC="Panel stack extension for curses"
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/libpanel.so* $fs/lib
21 }