wok-next diff ncurses-libpanel/receipt @ rev 19565

Up cookutils (849)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 19 03:17:18 2016 +0200 (2016-12-19)
parents
children 518d42b63cdb
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ncurses-libpanel/receipt	Mon Dec 19 03:17:18 2016 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ncurses-libpanel"
     1.7 +VERSION="6.0"
     1.8 +CATEGORY="libs"
     1.9 +SHORT_DESC="Panel stack extension for curses"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.gnu.org/software/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 +	cook_copy_files libpanelw.so*
    1.22 +}