wok-current diff libgpg-error-dev/receipt @ rev 21582
Use python-setuptools as bdeps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 19 19:45:04 2019 +0200 (2019-05-19) |
parents | b9470f5e6cae |
children | ef282a5e0203 |
line diff
1.1 --- a/libgpg-error-dev/receipt Sat Jun 09 10:19:35 2018 +0000 1.2 +++ b/libgpg-error-dev/receipt Sun May 19 19:45:04 2019 +0200 1.3 @@ -1,21 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgpg-error-dev" 1.7 -VERSION="1.31" 1.8 +VERSION="1.36" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Commons error messages for GnuPG headers." 1.11 +SHORT_DESC="Common error messages for GnuPG - development files." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/" 1.15 -HOST_ARCH="i486 arm" 1.16 +WEB_SITE="https://www.gnupg.org/software/libgpg-error/" 1.17 1.18 WANTED="libgpg-error" 1.19 DEPENDS="libgpg-error" 1.20 +HOST_ARCH="i486 arm" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 cp -a $install/* $fs 1.26 - rm -r $fs/usr/bin/gpg-error $fs/usr/lib/*.so* $fs/usr/share/man 1.27 + 1.28 + rm -r $fs/usr/bin/gpg-error 1.29 + rm -r $fs/usr/lib/*.so* 1.30 + rm -r $fs/usr/share/man 1.31 rm -r $fs/usr/share/locale 1.32 }