wok diff readline-dev/receipt @ rev 21801
linld/iso2exe: remove non slitaz dos boot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 18:47:30 2019 +0200 (2019-08-10) |
parents | 6135577f4d08 |
children | 8e26e36b2c5f |
line diff
1.1 --- a/readline-dev/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/readline-dev/receipt Sat Aug 10 18:47:30 2019 +0200 1.3 @@ -1,20 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="readline-dev" 1.7 -VERSION="6.3" 1.8 +VERSION="8.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="GNU readline devel files." 1.11 +SHORT_DESC="GNU readline - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://www.gnu.org/software/readline/" 1.15 + 1.16 WANTED="readline" 1.17 -WEB_SITE="https://www.gnu.org/software/readline/" 1.18 + 1.19 HOST_ARCH="i486 arm" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 + 1.28 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 + cp -a $install/usr/include $fs/usr 1.30 } 1.31 -