wok view elfutils-dev/receipt @ rev 12881

glibc: include locale files in ARM, more lib and improve receipt
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 25 23:24:13 2012 +0200 (2012-05-25)
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 }