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

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents b9470f5e6cae
children ef282a5e0203
rev   line source
erjo@183 1 # SliTaz package receipt.
erjo@183 2
erjo@183 3 PACKAGE="libgpg-error-dev"
Hans-G?nter@21225 4 VERSION="1.36"
pankso@199 5 CATEGORY="development"
Hans-G?nter@21225 6 SHORT_DESC="Common error messages for GnuPG - development files."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
Hans-G?nter@21225 9 WEB_SITE="https://www.gnupg.org/software/libgpg-error/"
erjo@183 10
al@19226 11 WANTED="libgpg-error"
pascal@14714 12 DEPENDS="libgpg-error"
Hans-G?nter@21225 13 HOST_ARCH="i486 arm"
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
Hans-G?nter@21225 19
Hans-G?nter@21225 20 rm -r $fs/usr/bin/gpg-error
Hans-G?nter@21225 21 rm -r $fs/usr/lib/*.so*
Hans-G?nter@21225 22 rm -r $fs/usr/share/man
al@19226 23 rm -r $fs/usr/share/locale
erjo@183 24 }