wok rev 21957

putty: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 10 15:54:14 2019 +0200 (2019-10-10)
parents 4993549452a2
children 9df5bf75dcbd e3d183bf1a23
files code2/receipt codec2/receipt putty/receipt
line diff
     1.1 --- a/code2/receipt	Wed Oct 09 17:45:44 2019 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,35 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="code2"
     1.7 -VERSION="3995"
     1.8 -CATEGORY="multimedia"
     1.9 -SHORT_DESC="An open source low bit rate speech codec"
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -LICENSE="LGPL2.1"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 -#WEB_SITE="http://www.rowetel.com/codec2.html"
    1.14 -WEB_SITE="https://github.com/drowe67/codec2"
    1.15 -WGET_URL="subversion|svn://svn.code.sf.net/p/freetel/code/codec2-dev/"
    1.16 -PROVIDE="codec2"
    1.17 -
    1.18 -BUILD_DEPENDS="subversion cmake libsamplerate-dev speex-dev"
    1.19 -
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	sed -i 's| -no-pie||' unittest/CMakeLists.txt
    1.24 -	mkdir -p $DESTDIR/usr/share/doc
    1.25 -	cp README $DESTDIR/usr/share/doc
    1.26 -	mkdir build_linux
    1.27 -	cd build_linux
    1.28 -	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.29 -	make DESTDIR=$DESTDIR install
    1.30 -}
    1.31 -
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/usr/lib
    1.36 -	cp -a $install/usr/bin $fs/usr
    1.37 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.38 -}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/codec2/receipt	Thu Oct 10 15:54:14 2019 +0200
     2.3 @@ -0,0 +1,34 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="codec2"
     2.7 +VERSION="4121"
     2.8 +CATEGORY="multimedia"
     2.9 +SHORT_DESC="An open source low bit rate speech codec"
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="LGPL2.1"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +#WEB_SITE="http://www.rowetel.com/codec2.html"
    2.14 +WEB_SITE="https://github.com/drowe67/codec2"
    2.15 +WGET_URL="subversion|svn://svn.code.sf.net/p/freetel/code/codec2-dev/"
    2.16 +
    2.17 +BUILD_DEPENDS="subversion cmake libsamplerate-dev speex-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	sed -i 's| -no-pie||' unittest/CMakeLists.txt
    2.23 +	mkdir -p $DESTDIR/usr/share/doc
    2.24 +	cp README $DESTDIR/usr/share/doc
    2.25 +	mkdir build_linux
    2.26 +	cd build_linux
    2.27 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    2.28 +	make DESTDIR=$DESTDIR install
    2.29 +}
    2.30 +
    2.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.32 +genpkg_rules()
    2.33 +{
    2.34 +	mkdir -p $fs/usr/lib
    2.35 +	cp -a $install/usr/bin $fs/usr
    2.36 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.37 +}
     3.1 --- a/putty/receipt	Wed Oct 09 17:45:44 2019 +0100
     3.2 +++ b/putty/receipt	Thu Oct 10 15:54:14 2019 +0200
     3.3 @@ -17,7 +17,7 @@
     3.4  	xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
     3.5  	xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
     3.6  	xorg-libXrender zlib"
     3.7 -BUILD_DEPENDS="gtk+-dev imagemagick krb5-dev libltdl openexr perl python"
     3.8 +BUILD_DEPENDS="gtk+-dev imagemagick krb5-dev libltdl openexr perl py3k"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()