wok-current diff pwsafe/receipt @ rev 25449

BootProg/boot32.asm: floppy chs support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 12 16:35:46 2022 +0000 (21 months ago)
parents 76c41f0eab0e
children
line diff
     1.1 --- a/pwsafe/receipt	Wed Jun 01 16:50:09 2022 +0000
     1.2 +++ b/pwsafe/receipt	Mon Sep 12 16:35:46 2022 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="rocky@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="https://sourceforge.net/projects/pwsafe"
     1.8 +WEB_SITE="https://github.com/nsd20463/pwsafe/"
     1.9  WGET_URL="https://fossies.org/linux/privat/old/$TARBALL"
    1.10  
    1.11  DEPENDS="readline ncurses xorg-libSM xorg-libICE xorg-libXmu xorg-libX11 \
    1.12 @@ -17,14 +17,13 @@
    1.13  # What is the latest version available today?
    1.14  current_version()
    1.15  {
    1.16 -	wget -O - https://github.com/pwsafe/pwsafe/releases 2>/dev/null | \
    1.17 +	wget -O - https://github.com/nsd20463/pwsafe/releases 2>/dev/null | \
    1.18  	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.19  }
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -    cd $src
    1.25      ./configure --prefix=/usr \
    1.26          --infodir=/usr/share/info \
    1.27          --mandir=/usr/share/man \