wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="libgpg-error-dev"
4 VERSION="1.10"
5 CATEGORY="development"
6 SHORT_DESC="Commons error messages for GnuPG headers."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="libgpg-error"
10 WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/"
12 DEPENDS="libgpg-error"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/bin/gpg-error-config $fs/usr/bin
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/share/aclocal $fs/usr/share
21 cp -a $install/usr/include $fs/usr
22 }