wok annotate elfutils-dev/receipt @ rev 5942

Add elfutils
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 02 18:47:33 2010 +0200 (2010-08-02)
parents
children 8346e7a4c25f
rev   line source
pascal@5942 1 # SliTaz package receipt.
pascal@5942 2
pascal@5942 3 PACKAGE="elfutils-dev"
pascal@5942 4 VERSION="0.148"
pascal@5942 5 CATEGORY="development"
pascal@5942 6 SHORT_DESC="ELF object file access library, development files."
pascal@5942 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@5942 8 WEB_SITE="http://fedorahosted.org/elfutils/"
pascal@5942 9 WANTED="elfutils"
pascal@5942 10
pascal@5942 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5942 12 genpkg_rules()
pascal@5942 13 {
pascal@5942 14 mkdir -p $fs/usr/lib
pascal@5942 15 cp -a $_pkg/usr/lib/*a $fs/usr/lib
pascal@5942 16 cp -a $_pkg/usr/include $fs/usr
pascal@5942 17 }