wok-current diff gnustep-base/receipt @ rev 22918
recompiled claws-mail
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 24 14:07:58 2020 +0100 (2020-02-24) |
parents | 9bab80489afc |
children | 2ef5a275ca9b |
line diff
1.1 --- a/gnustep-base/receipt Tue Apr 23 16:31:40 2019 +0200 1.2 +++ b/gnustep-base/receipt Mon Feb 24 14:07:58 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnustep-base" 1.7 -VERSION="1.22.0" 1.8 +VERSION="1.26.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GNUstep base package." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="http://www.gnustep.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.gnustep.org/" 1.17 WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" 1.18 1.19 -DEPENDS="libffi libxslt gnutls libbfd libobjc libssl libcrypto libtasn1 icu" 1.20 -BUILD_DEPENDS="gnustep-make libffi-dev libxslt-dev gnutls-dev openssl-dev \ 1.21 -libcrypto-dev libtasn1-dev tar icu-dev libgnutls" 1.22 +DEPENDS="gnutls icu libbfd libcrypto libffi libobjc libssl libtasn1 libxslt" 1.23 +BUILD_DEPENDS="gnustep-make gnutls-dev icu-dev libcrypto-dev libffi-dev 1.24 + libgnutls libtasn1-dev libxslt-dev openssl-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -20,19 +21,22 @@ 1.29 sed -i 's|\(buf->buffer\)->content.*)|xmlBufContent(\1), xmlBufUse(\1))|' \ 1.30 Source/Additions/GSXML.m 1.31 sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' Source/GSSocketStream.m 1.32 - ./configure \ 1.33 - --prefix=/usr \ 1.34 - --with-ffi-library=/usr/lib \ 1.35 - --with-ffi-include=$(ls -d /usr/lib/libffi-[0-9]*) \ 1.36 + 1.37 + ./configure \ 1.38 + --prefix=/usr \ 1.39 + --with-ffi-library=/usr/lib \ 1.40 + --with-ffi-include=$(ls -d /usr/lib/libffi-[0-9]*) \ 1.41 $CONFIGURE_ARGS && 1.42 - make && make DESTDIR=$DESTDIR install 1.43 + make && 1.44 + make DESTDIR=$DESTDIR install 1.45 } 1.46 1.47 # Rules to gen a SliTaz package suitable for Tazpkg. 1.48 genpkg_rules() 1.49 { 1.50 mkdir -p $fs/usr/lib 1.51 - cp -a $install/usr/bin $fs/usr 1.52 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.53 - cp -a $install/usr/lib/GNUstep $fs/usr/lib 1.54 + 1.55 + cp -a $install/usr/bin $fs/usr 1.56 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.57 + cp -a $install/usr/lib/GNUstep $fs/usr/lib 1.58 }