wok view elfutils-dev/receipt @ rev 13521
Up task (2.1.2)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Oct 19 19:53:45 2012 +0100 (2012-10-19) |
parents | 2ce43b9c164d |
children | 380ffe05937a |
line source
1 # SliTaz package receipt.
3 PACKAGE="elfutils-dev"
4 VERSION="0.153"
5 CATEGORY="development"
6 SHORT_DESC="ELF object file access library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="elfutils"
9 WEB_SITE="https://fedorahosted.org/elfutils/"
10 WANTED="elfutils"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }