wok annotate libbfd/receipt @ rev 8539

Fix: wxWidgets to install contrib files into same DESTDIR now. This will save 600mb since we will not need the source folder anymore to genpkg files.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 04:28:50 2011 +0000 (2011-02-13)
parents cbfc8f56d262
children c2a84cef07df
rev   line source
erjo@4779 1 # SliTaz package receipt.
erjo@4779 2
erjo@4779 3 PACKAGE="libbfd"
gokhlayeh@8191 4 VERSION="2.21"
erjo@4779 5 CATEGORY="system-tools"
erjo@4779 6 SHORT_DESC="Binary File Descriptor library"
erjo@4779 7 MAINTAINER="erjo@slitaz.org"
erjo@4779 8 DEPENDS="zlib"
erjo@4779 9 WEB_SITE="http://www.gnu.org/software/binutils/"
erjo@4779 10 WANTED="binutils"
erjo@4779 11
erjo@4779 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4779 13 genpkg_rules()
erjo@4779 14 {
erjo@4779 15 mkdir -p $fs/usr/lib
erjo@4779 16 cp -a $_pkg/usr/lib/libbfd*.so $fs/usr/lib
erjo@4779 17 }