wok diff liblinebreak-dev/receipt @ rev 24011
mosh: create /usr/share/terminfo/x/xterm-256color link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 05 17:16:12 2021 +0000 (2021-02-05) |
parents | 8f447cf2eee5 |
children | b0069c845544 |
line diff
1.1 --- a/liblinebreak-dev/receipt Sat Nov 09 20:47:29 2013 +0000 1.2 +++ b/liblinebreak-dev/receipt Fri Feb 05 17:16:12 2021 +0000 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liblinebreak-dev" 1.7 -VERSION="2.0" 1.8 +VERSION="2.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Line breaking library" 1.11 +SHORT_DESC="Line breaking library - development files." 1.12 MAINTAINER="devl547@gmail.com" 1.13 LICENSE="zlib/libpng" 1.14 WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/" 1.15 + 1.16 WANTED="liblinebreak" 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/lib 1.22 - cp -a $install/usr/lib/*a $fs/usr/lib 1.23 - cp -a $install/usr/include $fs/usr 1.24 + 1.25 + cp -a $install/usr/include $fs/usr 1.26 + cp -a $install/usr/lib/*a $fs/usr/lib 1.27 } 1.28