wok view pass/receipt @ rev 20974

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