wok diff libtar-dev/receipt @ rev 21996
linux: add ath10k wireless driver
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Oct 16 21:56:55 2019 -0400 (2019-10-16) |
parents | eeba7ab1dffe |
children |
line diff
1.1 --- a/libtar-dev/receipt Thu Jan 24 18:16:34 2019 +0100 1.2 +++ b/libtar-dev/receipt Wed Oct 16 21:56:55 2019 -0400 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtar-dev" 1.7 -VERSION="1.2.11" 1.8 +VERSION="1.2.20" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="devel files for libtar" 1.11 +SHORT_DESC="Development files for libtar." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="BSD" 1.14 -WEB_SITE="https://repo.or.cz/w/libtar.git/" 1.15 +WEB_SITE="https://directory.fsf.org/wiki/Libtar" 1.16 + 1.17 WANTED="libtar" 1.18 - 1.19 DEPENDS="libtar" 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 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib $fs/usr 1.27 + mkdir -p $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 } 1.32 -