wok-6.x diff ypbind-mt/receipt @ rev 25032
giblib: modified configure parameter
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 20 10:31:08 2022 +0100 (2022-05-20) |
parents | 922f061231c2 |
children |
line diff
1.1 --- a/ypbind-mt/receipt Mon Jan 17 11:01:52 2022 +0000 1.2 +++ b/ypbind-mt/receipt Fri May 20 10:31:08 2022 +0100 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 &&