wok annotate pass/receipt @ rev 19876
linld: fix hook_int15_88
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 31 16:58:50 2017 +0200 (2017-03-31) |
parents | |
children | a78610b2eb47 |
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@18565 | 11 WEB_SITE="http://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 } |