wok-next annotate libgpg-error-dev/receipt @ rev 1026
linux: add md, xfs build-in
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 10 14:09:03 2008 +0000 (2008-07-10) |
parents | 3e085751bf3a |
children | fe790bbdae52 |
rev | line source |
---|---|
erjo@183 | 1 # SliTaz package receipt. |
erjo@183 | 2 |
erjo@183 | 3 PACKAGE="libgpg-error-dev" |
erjo@183 | 4 VERSION="1.6" |
pankso@199 | 5 CATEGORY="development" |
erjo@183 | 6 SHORT_DESC="Commons error messages for GnuPG headers." |
erjo@784 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@183 | 8 DEPENDS="" |
erjo@183 | 9 BUILD_DEPENDS="" |
erjo@183 | 10 WANTED="libgpg-error" |
erjo@183 | 11 WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/" |
erjo@183 | 12 |
erjo@183 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@183 | 14 genpkg_rules() |
erjo@183 | 15 { |
erjo@183 | 16 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share |
erjo@183 | 17 cp -a $_pkg/usr/bin/gpg-error-config $fs/usr/bin |
erjo@183 | 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
erjo@183 | 19 cp -a $_pkg/usr/share/aclocal $fs/usr/share |
erjo@183 | 20 cp -a $_pkg/usr/include $fs/usr |
erjo@183 | 21 } |
erjo@183 | 22 |