wok view libgpg-error-dev/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents e0e82f52d832
children 76d468568930
line source
1 # SliTaz package receipt.
3 PACKAGE="libgpg-error-dev"
4 VERSION="1.37"
5 CATEGORY="development"
6 SHORT_DESC="Common error messages for GnuPG - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnupg.org/software/libgpg-error/"
11 WANTED="libgpg-error"
12 DEPENDS="libgpg-error"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cp -a $install/* $fs
21 rm -r $fs/usr/bin/gpg-error
22 rm -r $fs/usr/lib/*.so*
23 rm -r $fs/usr/share/man
24 rm -r $fs/usr/share/locale
25 }