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

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
parents a6cad1063c3c
children ab5bde7ad5e1
rev   line source
erjo@183 1 # SliTaz package receipt.
erjo@183 2
erjo@183 3 PACKAGE="libgpg-error-dev"
slaxemulator@12375 4 VERSION="1.10"
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"
erjo@183 9 WANTED="libgpg-error"
erjo@183 10 WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/"
erjo@183 11
pascal@14714 12 DEPENDS="libgpg-error"
pascal@14714 13
erjo@183 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@183 15 genpkg_rules()
erjo@183 16 {
erjo@183 17 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
pascal@14714 18 cp -a $install/usr/bin/gpg-error-config $fs/usr/bin
pascal@14714 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@14714 20 cp -a $install/usr/share/aclocal $fs/usr/share
pascal@14714 21 cp -a $install/usr/include $fs/usr
erjo@183 22 }
erjo@183 23