wok view elfutils-dev/receipt @ rev 14155

Up cookutils-daemon (3.1.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 05 21:56:58 2013 +0100 (2013-03-05)
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 }