wok-next diff libtinfo/receipt @ rev 19503
Up firefox-official (50.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 17 16:45:54 2016 +0200 (2016-11-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libtinfo/receipt Thu Nov 17 16:45:54 2016 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libtinfo" 1.7 +VERSION="5.9" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Low-level terminfo library." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +WANTED="ncurses" 1.13 +WEB_SITE="http://invisible-island.net/ncurses/" 1.14 +HOST_ARCH="i486 arm" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/lib 1.20 + cp -a $install/lib/libtinfo*.so* $fs/lib 1.21 +}