wok view pass/receipt @ rev 19334

apache: mkdir for PIDFILE
author Richard Dunbar <mojo@slitaz.org>
date Sun Jul 17 20:43:11 2016 -0400 (2016-07-17)
parents
children a78610b2eb47
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="http://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 }