wok view elfutils-dev/receipt @ rev 13213

gnustep-gui: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 08 09:06:49 2012 +0200 (2012-08-08)
parents 40dd80f1a82c
children ef2a97470466
line source
1 # SliTaz package receipt.
3 PACKAGE="elfutils-dev"
4 VERSION="0.150"
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 }