wok diff npth-dev/receipt @ rev 22262
Add libdvdnav
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Nov 13 00:20:13 2019 -0500 (2019-11-13) |
parents | b3340c8e1ed1 |
children |
line diff
1.1 --- a/npth-dev/receipt Sat Jun 09 10:34:39 2018 +0000 1.2 +++ b/npth-dev/receipt Wed Nov 13 00:20:13 2019 -0500 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="npth-dev" 1.7 -VERSION="1.5" 1.8 +VERSION="1.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The new GNU portable threads library, development files" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="GPL2 LGPL3" 1.13 -WEB_SITE="https://www.gnupg.org/related_software/npth/" 1.14 +WEB_SITE="https://www.gnupg.org/software/npth/" 1.15 1.16 +DEPENDS="npth" 1.17 WANTED="npth" 1.18 -DEPENDS="npth" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - cp -a $install/* $fs 1.24 + cp -a $install/* $fs 1.25 rm -r $fs/usr/lib/*.so* 1.26 }