wok-next diff pass/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
line diff
     1.1 --- a/pass/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/pass/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,28 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pass"
     1.7 -SOURCE="password-store"
     1.8  VERSION="1.6.5"
     1.9  CATEGORY="security"
    1.10 -SHORT_DESC="The standard unix password manager."
    1.11 +SHORT_DESC="The standard UNIX password manager"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://www.passwordstore.org/"
    1.15 +
    1.16 +SOURCE="password-store"
    1.17  TARBALL="$SOURCE-$VERSION.tar.xz"
    1.18 -WEB_SITE="https://www.passwordstore.org/"
    1.19  WGET_URL="http://git.zx2c4.com/$SOURCE/snapshot/$TARBALL"
    1.20 -SUGGESTED="git gnupg"
    1.21  
    1.22 -DEPENDS="bash"
    1.23 -
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	make DESTDIR=$DESTDIR install
    1.28 +compile_rules() {
    1.29 +	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	mkdir -p $fs/usr
    1.37  	cp -a $install/usr/bin $fs/usr
    1.38 +	DEPENDS="bash"
    1.39 +	SUGGESTED="git gnupg"
    1.40  }