wok diff nilfs-utils-dev/receipt @ rev 24942
BootProg: clear cmdline
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 20 15:10:50 2022 +0000 (2022-04-20) |
parents | 401224c936cc |
children |
line diff
1.1 --- a/nilfs-utils-dev/receipt Mon Feb 12 13:54:33 2018 +0100 1.2 +++ b/nilfs-utils-dev/receipt Wed Apr 20 15:10:50 2022 +0000 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nilfs-utils-dev" 1.7 -VERSION="2.2.7" 1.8 +VERSION="2.2.8" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="NILFS Filesystem development. files" 1.11 +SHORT_DESC="NILFS Filesystem - development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2 LGPL2.1" 1.14 WEB_SITE="https://github.com/nilfs-dev/nilfs-utils" 1.15 -WANTED="nilfs-utils" 1.16 1.17 DEPENDS="nilfs-utils" 1.18 +WANTED="nilfs-utils" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr/ 1.25 - cp -a $install/usr/lib/*a $fs/usr/lib/ 1.26 + 1.27 + cp -a $install/usr/include $fs/usr 1.28 + cp -a $install/usr/lib/*a $fs/usr/lib 1.29 }