wok-next diff mingw32-binutils/receipt @ rev 20859
Update ALSA stack (1.1.6)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 27 13:35:43 2018 +0300 (2018-06-27) |
parents | 99d1d45ec006 |
children | d5aab818505e |
line diff
1.1 --- a/mingw32-binutils/receipt Sat Nov 11 16:12:32 2017 +0100 1.2 +++ b/mingw32-binutils/receipt Wed Jun 27 13:35:43 2018 +0300 1.3 @@ -1,19 +1,17 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="mingw32-binutils" 1.8 -SOURCE="binutils" 1.9 -VERSION="2.19.1" 1.10 +VERSION="2.28-1" 1.11 CATEGORY="development" 1.12 -SHORT_DESC="MinGW32 binutils." 1.13 +SHORT_DESC="MinGW32 binutils" 1.14 MAINTAINER="rcx@zoominternet.net" 1.15 LICENSE="GPL2" 1.16 -TARBALL="$SOURCE-$VERSION-src.tar.gz" 1.17 WEB_SITE="http://www.mingw.org/" 1.18 + 1.19 +TARBALL="binutils-$VERSION-mingw32-src.tar.xz" 1.20 WGET_URL="$SF_MIRROR/mingw/$TARBALL" 1.21 -TAGS="assembler linker" 1.22 1.23 -DEPENDS="glibc-base zlib" 1.24 -BUILD_DEPENDS="slitaz-toolchain bison flex" 1.25 +BUILD_DEPENDS="slitaz-toolchain bison flex texinfo" 1.26 1.27 # Configuration only needs included if we're in the build/wok environment 1.28 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 1.29 @@ -52,4 +50,7 @@ 1.30 1.31 #Create a symlink for --with-sysroot 1.32 ln -s . $fs$MINGW32_ROOT/usr 1.33 + 1.34 + DEPENDS="glibc-base zlib" 1.35 + TAGS="assembler linker" 1.36 }