wok annotate libgpg-error-dev/receipt @ rev 20417

Add perl-html-template & perl-log-log4perl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 04 13:11:27 2018 +0200 (2018-08-04)
parents ac006a7bf27c
children e0e82f52d832
rev   line source
erjo@183 1 # SliTaz package receipt.
erjo@183 2
erjo@183 3 PACKAGE="libgpg-error-dev"
erkan@20344 4 VERSION="1.31"
pankso@199 5 CATEGORY="development"
erjo@183 6 SHORT_DESC="Commons error messages for GnuPG headers."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
al@19226 9 WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/"
pankso@15974 10 HOST_ARCH="i486 arm"
erjo@183 11
al@19226 12 WANTED="libgpg-error"
pascal@14714 13 DEPENDS="libgpg-error"
pascal@14714 14
erjo@183 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@183 16 genpkg_rules()
erjo@183 17 {
al@19226 18 cp -a $install/* $fs
al@19226 19 rm -r $fs/usr/bin/gpg-error $fs/usr/lib/*.so* $fs/usr/share/man
al@19226 20 rm -r $fs/usr/share/locale
erjo@183 21 }