wok rev 24329

updated at (3.1.23 -> 3.2.2)
author Hans-G?nter Theisgen
date Thu Jan 27 14:44:44 2022 +0100 (2022-01-27)
parents 41a5254285d8
children ecfd56157396
files aspell-nl/receipt aspell-sl/receipt at/receipt
line diff
     1.1 --- a/aspell-nl/receipt	Thu Jan 27 14:28:54 2022 +0100
     1.2 +++ b/aspell-nl/receipt	Thu Jan 27 14:44:44 2022 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL"
     1.5  WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
     1.6  
     1.7 -TARBALL="$SOURCE-${VERSION%.*}-${VERSION##*.}.tar.bz2"
     1.8 +TARBALL="$PACKAGE-${VERSION%.*}-${VERSION##*.}.tar.bz2"
     1.9  WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/nl/$TARBALL"
    1.10  
    1.11  DEPENDS="aspell"
     2.1 --- a/aspell-sl/receipt	Thu Jan 27 14:28:54 2022 +0100
     2.2 +++ b/aspell-sl/receipt	Thu Jan 27 14:44:44 2022 +0100
     2.3 @@ -8,7 +8,7 @@
     2.4  LICENSE="GPL2"
     2.5  WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
     2.6  
     2.7 -TARBALL="$SOURCE-${VERSION%.*}-${VERSION##*.}.tar.bz2"
     2.8 +TARBALL="$PACKAGE-${VERSION%.*}-${VERSION##*.}.tar.bz2"
     2.9  WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL"
    2.10  
    2.11  DEPENDS="aspell"
     3.1 --- a/at/receipt	Thu Jan 27 14:28:54 2022 +0100
     3.2 +++ b/at/receipt	Thu Jan 27 14:44:44 2022 +0100
     3.3 @@ -1,12 +1,12 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="at"
     3.7 -VERSION="3.1.23"
     3.8 +VERSION="3.2.2"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Schedule commands to be executed once."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  LICENSE="GPL2"
    3.13 -WEB_SITE="http://packages.debian.org/lenny/at"
    3.14 +WEB_SITE="https://packages.debian.org/lenny/at"
    3.15  
    3.16  TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
    3.17  WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    3.18 @@ -25,8 +25,9 @@
    3.19  		--with-atspool=/var/spool/atd	\
    3.20  		--with-jobdir=/var/spool/atd	\
    3.21  		$CONFIGURE_ARGS &&
    3.22 -	make -j1 &&
    3.23 -	make -j1 IROOT=$DESTDIR install || return 1
    3.24 +	make -j 1 &&
    3.25 +	make install IROOT=$DESTDIR
    3.26 +	# do not remove "-j 1"
    3.27  }
    3.28  
    3.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.30 @@ -40,5 +41,5 @@
    3.31  	cp -a $install/etc	$fs
    3.32  	cp -a $install/var	$fs
    3.33  	cp -a $stuff/atd	$fs/etc/init.d
    3.34 -	chmod 6755 $fs/usr/bin/at
    3.35 +	chmod 6755		$fs/usr/bin/at
    3.36  }