wok annotate libbfd/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 380ffe05937a
children 118b9f6789fe
rev   line source
erjo@4779 1 # SliTaz package receipt.
erjo@4779 2
erjo@4779 3 PACKAGE="libbfd"
monghitri@13926 4 VERSION="2.23.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 }