wok diff mingw32-binutils/receipt @ rev 15266
clisp: add license
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 11:03:46 2013 +0000 (2013-09-25) |
parents | 4c16797dce28 |
children | afae00265386 |
line diff
1.1 --- a/mingw32-binutils/receipt Tue Jun 12 18:52:42 2012 +0200 1.2 +++ b/mingw32-binutils/receipt Wed Sep 25 11:03:46 2013 +0000 1.3 @@ -6,13 +6,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="MinGW32 binutils." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="glibc-base zlib" 1.8 -BUILD_DEPENDS="slitaz-toolchain bison flex" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$SOURCE-$VERSION-src.tar.gz" 1.11 WEB_SITE="http://www.mingw.org/" 1.12 WGET_URL="$SF_MIRROR/mingw/$TARBALL" 1.13 TAGS="assembler linker" 1.14 1.15 +DEPENDS="glibc-base zlib" 1.16 +BUILD_DEPENDS="slitaz-toolchain bison flex" 1.17 + 1.18 # Configuration only needs included if we're in the build/wok environment 1.19 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 1.20 . $WOK/mingw32-toolchain/stuff/mingw32.conf 1.21 @@ -39,8 +41,8 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib $fs$MINGW32_ROOT 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - cp -a $_pkg$MINGW32_ROOT/* $fs$MINGW32_ROOT 1.27 + cp -a $install/usr/bin $fs/usr 1.28 + cp -a $install$MINGW32_ROOT/* $fs$MINGW32_ROOT 1.29 # do not need to copy lib/libiberty.a 1.30 1.31 strip -s $fs$MINGW32_ROOT/bin/*