wok annotate pass/receipt @ rev 20774

updated ccid again (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 17:05:23 2019 +0100 (2019-02-13)
parents 912afdd1237d
children 9ad97542cf5c
rev   line source
pascal@18565 1 # SliTaz package receipt.
pascal@18565 2
pascal@18565 3 PACKAGE="pass"
pascal@18565 4 SOURCE="password-store"
pascal@18565 5 VERSION="1.6.5"
pascal@18565 6 CATEGORY="security"
pascal@18565 7 SHORT_DESC="The standard unix password manager."
pascal@18565 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18565 9 LICENSE="GPL2"
pascal@18565 10 TARBALL="$SOURCE-$VERSION.tar.xz"
pascal@20669 11 WEB_SITE="https://www.passwordstore.org/"
pascal@18565 12 WGET_URL="http://git.zx2c4.com/$SOURCE/snapshot/$TARBALL"
pascal@18565 13 SUGGESTED="git gnupg"
pascal@18565 14
pascal@18565 15 DEPENDS="bash"
pascal@18565 16
pascal@18565 17 # Rules to configure and make the package.
pascal@18565 18 compile_rules()
pascal@18565 19 {
pascal@18565 20 make DESTDIR=$DESTDIR install
pascal@18565 21 }
pascal@18565 22
pascal@18565 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18565 24 genpkg_rules()
pascal@18565 25 {
pascal@18565 26 mkdir -p $fs/usr
pascal@18565 27 cp -a $install/usr/bin $fs/usr
pascal@18565 28 }