wok diff mingw32-binutils/receipt @ rev 22924

updated harfbuzz packages again (2.3.1 -> 2.6.4)
author Hans-G?nter Theisgen
date Wed Feb 26 07:37:41 2020 +0100 (2020-02-26)
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 Feb 26 07:37:41 2020 +0100
     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/*