wok rev 25778

Up fdutils (5.6), lite (1.11), vlgothic-fonts (20230918)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 20 09:06:10 2024 +0000 (2 months ago)
parents 150e1482d1b2
children ce42665e06ae
files airstrike/receipt fdutils/receipt lite/receipt python-ply/receipt unhide/receipt vlgothic-fonts/receipt
line diff
     1.1 --- a/airstrike/receipt	Tue Sep 17 17:25:51 2024 +0000
     1.2 +++ b/airstrike/receipt	Fri Sep 20 09:06:10 2024 +0000
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="Juego batalla aerea."
     1.5  MAINTAINER="arca2@hotmail.com"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://icculus.org/airstrike/"
     1.8 +WEB_SITE="https://icculus.org/airstrike/"
     1.9  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    1.10 -WGET_URL="http://icculus.org/$PACKAGE/$TARBALL"
    1.11 +WGET_URL="https://icculus.org/$PACKAGE/$TARBALL"
    1.12  
    1.13  DEPENDS="libsdl-image libsdl"
    1.14  BUILD_DEPENDS="libsdl-image-dev libsdl-dev"
     2.1 --- a/fdutils/receipt	Tue Sep 17 17:25:51 2024 +0000
     2.2 +++ b/fdutils/receipt	Fri Sep 20 09:06:10 2024 +0000
     2.3 @@ -1,13 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="fdutils"
     2.7 -VERSION="5.5"
     2.8 +VERSION="5.6"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Utilities for configuring and formatting floppy."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14 -WEB_SITE="http://www.fdutils.linux.lu/"
    2.15 +WEB_SITE="https://fdutils.linux.lu/"
    2.16  WGET_URL="$WEB_SITE$TARBALL"
    2.17  TAGS="floppy formatter"
    2.18  
    2.19 @@ -34,7 +34,7 @@
    2.20  		-e "s|^sysconfdir.*|sysconfdir = $DESTDIR/etc|" \
    2.21  			src/Makefile*
    2.22  	./configure $CONFIGURE_ARGS &&
    2.23 -	make -j 1 DESTDIR=$DESTDIR install-prog
    2.24 +	make -j 1 DESTDIR=$DESTDIR install
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/lite/receipt	Tue Sep 17 17:25:51 2024 +0000
     3.2 +++ b/lite/receipt	Fri Sep 20 09:06:10 2024 +0000
     3.3 @@ -1,18 +1,18 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="lite"
     3.7 -VERSION="0.8.10"
     3.8 +VERSION="1.11"
     3.9  CATEGORY="graphics"
    3.10  SHORT_DESC="LiTE is a Toolkit Engine using DirectFB"
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12  LICENSE="GPL2"
    3.13  SOURCE="LiTE"
    3.14  TARBALL="${SOURCE}-${VERSION}.tar.gz"
    3.15 -WEB_SITE="http://www.directfb.org/index.php?path=Platform/LiTE"
    3.16 -WGET_URL="http://www.directfb.org/downloads/Libs/$TARBALL"
    3.17 +WEB_SITE="https://github.com/rxi/lite"
    3.18 +WGET_URL="https://github.com/rxi/lite/archive/refs/tags/v$VERSION.tar.gz"
    3.19  HOST_ARCH="i486 arm"
    3.20  
    3.21 -DEPENDS="directfb"
    3.22 +DEPENDS="directfb libsdl2"
    3.23  BUILD_DEPENDS="directfb-dev"
    3.24  
    3.25  # Handle cross compilation.
    3.26 @@ -32,18 +32,14 @@
    3.27  # Rules to configure and make the package.
    3.28  compile_rules()
    3.29  {
    3.30 -	patch -Np1 -i ${stuff}/lite_fix_stat_naming.patch || return 1
    3.31 -	patch -Np1 -i ${stuff}/lite_fix_pkgconfig.patch || return 1
    3.32 -	 ./configure \
    3.33 -		$CONFIGURE_ARGS &&
    3.34 -	make && make install
    3.35 +	sed -i 's|gnu11|gnu99|' build.sh
    3.36 +	./build.sh
    3.37  }
    3.38  
    3.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.40  genpkg_rules()
    3.41  {
    3.42 -	mkdir -p $fs/usr/lib
    3.43 -	cp -a $install/usr/bin $fs/usr
    3.44 -	cp -a $install/usr/share $fs/usr
    3.45 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.46 +	mkdir -p $fs/usr/bin
    3.47 +	cp -a $src/lite $fs/usr/bin
    3.48 +	cp -a $src/data $fs/usr/bin
    3.49  }
     4.1 --- a/python-ply/receipt	Tue Sep 17 17:25:51 2024 +0000
     4.2 +++ b/python-ply/receipt	Fri Sep 20 09:06:10 2024 +0000
     4.3 @@ -11,7 +11,7 @@
     4.4  
     4.5  SOURCE="ply"
     4.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     4.7 -WGET_URL="http://www.dabeaz.com/$SOURCE/$TARBALL"
     4.8 +WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
     4.9  
    4.10  DEPENDS="python"
    4.11  BUILD_DEPENDS="python python-dev python-setuptools"
     5.1 --- a/unhide/receipt	Tue Sep 17 17:25:51 2024 +0000
     5.2 +++ b/unhide/receipt	Fri Sep 20 09:06:10 2024 +0000
     5.3 @@ -6,11 +6,11 @@
     5.4  SHORT_DESC="Forensic tool to find hidden processes and TCP/UDP ports."
     5.5  MAINTAINER="pascal.bellard@slitaz.org"
     5.6  LICENSE="GPL3"
     5.7 -WEB_SITE="https://www.unhide-forensics.info/?Linux"
     5.8 +WEB_SITE="https://github.com/YJesus/Unhide"
     5.9  
    5.10  SOURCE="Unhide"
    5.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    5.12 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    5.13 +WGET_URL="https://github.com/YJesus/Unhide/archive/refs/tags/v$VERSION.tar.gz"
    5.14  
    5.15  DEPENDS="iproute2 procps"
    5.16  BUILD_DEPENDS=""
    5.17 @@ -18,8 +18,8 @@
    5.18  # What is the latest version available today?
    5.19  current_version()
    5.20  {
    5.21 -	wget -O - https://sourceforge.net/projects/unhide/files/unhide/ 2>/dev/null | \
    5.22 -	sed '/scope="row/!d;/tar/!d;s|.*nhide-||;s|.tar.*||;q'
    5.23 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    5.24 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    5.25  }
    5.26  
    5.27  # Rules to configure and make the package.
     6.1 --- a/vlgothic-fonts/receipt	Tue Sep 17 17:25:51 2024 +0000
     6.2 +++ b/vlgothic-fonts/receipt	Fri Sep 20 09:06:10 2024 +0000
     6.3 @@ -1,22 +1,21 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="vlgothic-fonts"
     6.7 -VERSION="20200720"
     6.8 -RELEASE="73361"
     6.9 +VERSION="20230918"
    6.10  CATEGORY="fonts"
    6.11  SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux."
    6.12  MAINTAINER="al.bobylev@gmail.com"
    6.13  LICENSE="custom"
    6.14 -WEB_SITE="https://web.archive.org/web/20190403102704/http://vlgothic.dicey.org/"
    6.15 +WEB_SITE="https://github.com/daisukesuzuki/VLGothic/"
    6.16  
    6.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    6.18 -WGET_URL="https://osdn.net/projects/vlgothic/downloads/$RELEASE/VLGothic-$VERSION.tar.xz"
    6.19 +WGET_URL="https://github.com/daisukesuzuki/VLGothic/releases/download/$VERSION/VLGothic-$VERSION.tar.xz"
    6.20  
    6.21  # What is the latest version available today?
    6.22  current_version()
    6.23  {
    6.24 -	wget -O - https://osdn.net/projects/vlgothic/downloads/ 2>/dev/null | \
    6.25 -	sed '/Linux/!d;s|.*VLGothic-||;s|.tar.*||;q'
    6.26 +	wget -O - $WEB_SITE/releases 2>/dev/null | \
    6.27 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    6.28  }
    6.29  
    6.30  # Busybox patches