wok annotate libbfd/receipt @ rev 23284

updated pcsc-tools (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Sun Mar 29 10:46:18 2020 +0100 (2020-03-29)
parents 118b9f6789fe
children 722a7395fdec
rev   line source
erjo@4779 1 # SliTaz package receipt.
erjo@4779 2
erjo@4779 3 PACKAGE="libbfd"
pascal@22581 4 VERSION="2.33.1"
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 }