wok annotate libbfd/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents 6884aafa28b8
children f4c22f009037
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@15000 8 LICENCE="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 }