wok-current diff singularity/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 934055de50e2
children
line diff
     1.1 --- a/singularity/receipt	Wed Feb 16 21:07:01 2022 +0000
     1.2 +++ b/singularity/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
     1.6  WEB_SITE="http://emhsoft.com/singularity/index.html"
     1.7 -WGET_URL="http://endgame-singularity.googlecode.com/files/$TARBALL"
     1.8 +WGET_URL="https://github.com/singularity/singularity/archive/refs/tags/v$VERSION.tar.gz"
     1.9  
    1.10  DEPENDS="python python-pygame libsdl-image libsdl-mixer python-numpy"
    1.11  BUILD_DEPENDS="patch"