wok-next view pwauth/receipt @ rev 21013

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 05:29:23 2018 +0300 (2018-10-14)
parents 2f03cb67a994
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pwauth"
4 VERSION="2.3.10"
5 CATEGORY="security"
6 SHORT_DESC="Support reasonably secure web auth using system password DB"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/phokz/pwauth/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://pwauth.googlecode.com/files/$TARBALL" # FIXME
14 compile_rules() {
15 make &&
16 install -Dm 755 $src/pwauth $install/usr/bin/pwauth
17 }
19 genpkg_rules() {
20 copy @std
21 }