wok-current diff libbfd/receipt @ rev 15000
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 17:00:38 2013 +0000 (2013-08-10) |
parents | 6884aafa28b8 |
children | f4c22f009037 |
line diff
1.1 --- a/libbfd/receipt Sat Jan 26 02:19:21 2013 +0000 1.2 +++ b/libbfd/receipt Sat Aug 10 17:00:38 2013 +0000 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Binary File Descriptor library" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="zlib" 1.8 +LICENCE="GPL2" 1.9 WEB_SITE="http://www.gnu.org/software/binutils/" 1.10 WANTED="binutils" 1.11 1.12 +DEPENDS="zlib" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/libbfd*.so $fs/usr/lib 1.19 + cp -a $install/usr/lib/libbfd*.so $fs/usr/lib 1.20 }