wok view pwauth/receipt @ rev 13177

Up: phpmyadmin(3.5.2) & fix apache config
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 31 06:47:03 2012 +0200 (2012-07-31)
parents
children bf4a09ef1d2e
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="https://code.google.com/p/pwauth/"
10 WGET_URL="https://pwauth.googlecode.com/files/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src && make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/pwauth $fs/usr/bin
26 }