wok-6.x view libbfd/receipt @ rev 9745
Fixed binutils to work with tazwok. Need to cd $src before mkdir -p ../binutils-build. This will not chanage anything with cookutils.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 22:07:48 2011 +0000 (2011-05-09) |
parents | cbfc8f56d262 |
children | c2a84cef07df |
line source
1 # SliTaz package receipt.
3 PACKAGE="libbfd"
4 VERSION="2.21"
5 CATEGORY="system-tools"
6 SHORT_DESC="Binary File Descriptor library"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="zlib"
9 WEB_SITE="http://www.gnu.org/software/binutils/"
10 WANTED="binutils"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/libbfd*.so $fs/usr/lib
17 }