wok-current annotate libgpg-error-dev/receipt @ rev 20253
mixxx: force 32 bits arch (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 22:07:54 2018 +0100 (2018-03-12) |
parents | ab5bde7ad5e1 |
children | b9470f5e6cae |
rev | line source |
---|---|
erjo@183 | 1 # SliTaz package receipt. |
erjo@183 | 2 |
erjo@183 | 3 PACKAGE="libgpg-error-dev" |
al@19226 | 4 VERSION="1.23" |
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 } |