wok-stable annotate elfutils-dev/receipt @ rev 6815
Up: dbus to 1.4.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 19 14:25:28 2010 +0000 (2010-10-19) |
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 } |