wok-6.x diff npth-dev/receipt @ rev 23585
updated python-xdg (0.19 -> 0.26)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 14:15:45 2020 +0100 (2020-04-07) |
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 Tue Apr 07 14:15:45 2020 +0100 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 }