wok annotate libbfd/receipt @ rev 15293

accessx: link with libX11
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 08:54:59 2013 +0000 (2013-09-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 }