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

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 4904e3d374a9
children ac006a7bf27c
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/"
pankso@15974 11 HOST_ARCH="i486 arm"
erjo@183 12
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 {
erjo@183 18 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
pascal@14714 19 cp -a $install/usr/bin/gpg-error-config $fs/usr/bin
pascal@14714 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@14714 21 cp -a $install/usr/share/aclocal $fs/usr/share
pascal@14714 22 cp -a $install/usr/include $fs/usr
erjo@183 23 }
erjo@183 24