wok view libgpg-error-dev/receipt @ rev 4589

Add linmodem-intel537
author Rohit Joshi <jozee@slitaz.org>
date Thu Dec 10 13:28:27 2009 +0000 (2009-12-10)
parents a075ff895254
children 4d51abe0459f
line source
1 # SliTaz package receipt.
3 PACKAGE="libgpg-error-dev"
4 VERSION="1.7"
5 CATEGORY="development"
6 SHORT_DESC="Commons error messages for GnuPG headers."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 BUILD_DEPENDS=""
10 WANTED="libgpg-error"
11 WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
17 cp -a $_pkg/usr/bin/gpg-error-config $fs/usr/bin
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/share/aclocal $fs/usr/share
20 cp -a $_pkg/usr/include $fs/usr
21 }