wok diff ayttm/receipt @ rev 22570
modified recipe for bluez-alsa
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 06 08:00:18 2020 +0100 (2020-01-06) |
parents | 7f39549720b8 |
children | 736b965f54dc |
line diff
1.1 --- a/ayttm/receipt Mon Jul 04 14:47:05 2016 +0300 1.2 +++ b/ayttm/receipt Mon Jan 06 08:00:18 2020 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://ayttm.sourceforge.net/" 1.7 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 1.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.9 1.10 BUILD_DEPENDS="gtk+-dev zlib-dev audiofile-dev xcb-util-dev openssl-dev flex \ 1.11 enchant-dev xorg-libXpm-dev libtool" 1.12 @@ -19,13 +19,17 @@ 1.13 { 1.14 # remove -lfl 1.15 sed -i 's/LEXLIB=.*/LEXLIB=/' configure 1.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS \ 1.18 - --disable-webcam --disable-esd --disable-arts --disable-webcam \ 1.19 - --enable-lj && 1.20 + 1.21 + ./configure \ 1.22 + --prefix=/usr \ 1.23 + --infodir=/usr/share/info \ 1.24 + --mandir=/usr/share/man \ 1.25 + --disable-webcam \ 1.26 + --disable-esd \ 1.27 + --disable-arts \ 1.28 + --enable-lj \ 1.29 + $CONFIGURE_ARGS && 1.30 make && make install 1.31 - 1.32 - cook_compress_manpages 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.