wok-current diff liblinebreak-dev/receipt @ rev 23367
updated perl-math-round (0.06 -> 0.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:15:04 2020 +0100 (2020-03-31) |
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 Tue Mar 31 13:15:04 2020 +0100 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