wok-6.x annotate pass/receipt @ rev 22770
updated fox, fox-dev and fox-doc (1.6.49 -> 1.6.57)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 25 15:38:28 2020 +0100 (2020-01-25) |
parents | a78610b2eb47 |
children | 2f230197370e |
rev | line source |
---|---|
pascal@18565 | 1 # SliTaz package receipt. |
pascal@18565 | 2 |
pascal@18565 | 3 PACKAGE="pass" |
Hans-G?nter@21661 | 4 VERSION="1.7.3" |
pascal@18565 | 5 CATEGORY="security" |
pascal@18565 | 6 SHORT_DESC="The standard unix password manager." |
pascal@18565 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18565 | 8 LICENSE="GPL2" |
Hans-G?nter@21661 | 9 WEB_SITE="https://www.passwordstore.org/" |
Hans-G?nter@21661 | 10 |
Hans-G?nter@21661 | 11 SOURCE="password-store" |
pascal@18565 | 12 TARBALL="$SOURCE-$VERSION.tar.xz" |
pascal@18565 | 13 WGET_URL="http://git.zx2c4.com/$SOURCE/snapshot/$TARBALL" |
Hans-G?nter@21661 | 14 |
pascal@18565 | 15 SUGGESTED="git gnupg" |
pascal@18565 | 16 DEPENDS="bash" |
pascal@18565 | 17 |
pascal@18565 | 18 # Rules to configure and make the package. |
pascal@18565 | 19 compile_rules() |
pascal@18565 | 20 { |
pascal@18565 | 21 make DESTDIR=$DESTDIR install |
pascal@18565 | 22 } |
pascal@18565 | 23 |
pascal@18565 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18565 | 25 genpkg_rules() |
pascal@18565 | 26 { |
pascal@18565 | 27 mkdir -p $fs/usr |
pascal@18565 | 28 cp -a $install/usr/bin $fs/usr |
pascal@18565 | 29 } |