wok annotate libgpg-error-dev/receipt @ rev 13845
lyx: fix for gcc 4.6
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 08 21:25:10 2013 +0100 (2013-01-08) |
parents | cd7787065b73 |
children | 4904e3d374a9 |
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" |
slaxemulator@6772 | 8 DEPENDS="libgpg-error" |
erjo@183 | 9 WANTED="libgpg-error" |
erjo@183 | 10 WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/" |
erjo@183 | 11 |
erjo@183 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@183 | 13 genpkg_rules() |
erjo@183 | 14 { |
erjo@183 | 15 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share |
erjo@183 | 16 cp -a $_pkg/usr/bin/gpg-error-config $fs/usr/bin |
erjo@183 | 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
erjo@183 | 18 cp -a $_pkg/usr/share/aclocal $fs/usr/share |
erjo@183 | 19 cp -a $_pkg/usr/include $fs/usr |
erjo@183 | 20 } |
erjo@183 | 21 |