wok diff ypbind-mt/receipt @ rev 25060
Up fakeroot (1.29)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 07 08:21:12 2022 +0000 (2022-06-07) |
parents | 922f061231c2 |
children | 0262035dc1e7 |
line diff
1.1 --- a/ypbind-mt/receipt Mon Jan 17 11:01:52 2022 +0000 1.2 +++ b/ypbind-mt/receipt Tue Jun 07 08:21:12 2022 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="https://www.kernel.org/pub/linux/utils/net/NIS/" 1.7 -WGET_URL="$WEB_SITE/$TARBALL" 1.8 +WGET_URL="https://github.com/thkukuk/ypbind-mt/archive/refs/tags/ypbind-mt-${VERSION/./_}.tar.gz" 1.9 1.10 # What is the latest version available today? 1.11 current_version() 1.12 @@ -20,7 +20,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.18 --mandir=/usr/share/man \ 1.19 $CONFIGURE_ARGS &&