wok view pwauth/receipt @ rev 13193

c_icap-dev, clamav-dev, collectd-apache, collectd-dev, gdal-bin, gdal-datas, gdal-dev, geos-dev, gnome-keyring-dev, gnome-vfs-monikers-dev, libgdal, libgnomeui-dev, memcached-dev, postgis-gui, proj-dev, sarg-php, swfdec-dev, xfe-extras: remove unused TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 04 22:10:01 2012 +0200 (2012-08-04)
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 }