wok view libbfd/receipt @ rev 23943

Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 10:31:38 2020 +0000 (2020-09-17)
parents 118b9f6789fe
children 722a7395fdec
line source
1 # SliTaz package receipt.
3 PACKAGE="libbfd"
4 VERSION="2.33.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Binary File Descriptor library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnu.org/software/binutils/"
10 WANTED="binutils"
12 DEPENDS="zlib"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/libbfd*.so $fs/usr/lib
19 }