wok view elfutils-dev/receipt @ rev 12994

Up: meld to 1.6.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 06 05:42:51 2012 +0000 (2012-06-06)
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 }