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

updated gtk-theme-bluebird (1.2 -> 1.3)
author Hans-G?nter Theisgen
date Sun Feb 23 15:34:31 2020 +0100 (2020-02-23)
parents b9470f5e6cae
children ef282a5e0203
line source
1 # SliTaz package receipt.
3 PACKAGE="libgpg-error-dev"
4 VERSION="1.36"
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"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cp -a $install/* $fs
20 rm -r $fs/usr/bin/gpg-error
21 rm -r $fs/usr/lib/*.so*
22 rm -r $fs/usr/share/man
23 rm -r $fs/usr/share/locale
24 }