wok-next diff pwauth/receipt @ rev 20491
More packing...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Mar 13 02:04:32 2018 +0200 (2018-03-13) |
parents | bf4a09ef1d2e |
children | a3c581bf52b8 |
line diff
1.1 --- a/pwauth/receipt Fri Oct 18 22:13:53 2013 +0000 1.2 +++ b/pwauth/receipt Tue Mar 13 02:04:32 2018 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="pwauth" 1.8 VERSION="2.3.10" 1.9 @@ -6,22 +6,16 @@ 1.10 SHORT_DESC="Support reasonably secure web auth using system password DB" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="BSD" 1.13 +WEB_SITE="https://code.google.com/p/pwauth/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://code.google.com/p/pwauth/" 1.17 WGET_URL="https://pwauth.googlecode.com/files/$TARBALL" 1.18 1.19 -DEPENDS="" 1.20 -BUILD_DEPENDS="wget" 1.21 - 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - cd $src && make 1.26 +compile_rules() { 1.27 + make && 1.28 + install -Dm 755 $src/pwauth $install/usr/bin/pwauth 1.29 } 1.30 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 - mkdir -p $fs/usr/bin 1.35 - cp -a $src/pwauth $fs/usr/bin 1.36 +genpkg_rules() { 1.37 + copy @std 1.38 }