wok annotate libbfd/receipt @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents f4c22f009037
children db6ba24c01e2
rev   line source
erjo@4779 1 # SliTaz package receipt.
erjo@4779 2
erjo@4779 3 PACKAGE="libbfd"
pascal@17896 4 VERSION="2.25"
erjo@4779 5 CATEGORY="system-tools"
erjo@4779 6 SHORT_DESC="Binary File Descriptor library"
erjo@4779 7 MAINTAINER="erjo@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
erjo@4779 9 WEB_SITE="http://www.gnu.org/software/binutils/"
erjo@4779 10 WANTED="binutils"
erjo@4779 11
pascal@15000 12 DEPENDS="zlib"
pascal@15000 13
erjo@4779 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4779 15 genpkg_rules()
erjo@4779 16 {
erjo@4779 17 mkdir -p $fs/usr/lib
pascal@15000 18 cp -a $install/usr/lib/libbfd*.so $fs/usr/lib
erjo@4779 19 }