wok diff pwsafe/receipt @ rev 17213

Up pgadmin (1.18.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 10 16:34:25 2014 +0200 (2014-10-10)
parents f3327707164a
children 9e01bc6321ea
line diff
     1.1 --- a/pwsafe/receipt	Sun Feb 28 17:01:48 2010 +0100
     1.2 +++ b/pwsafe/receipt	Fri Oct 10 16:34:25 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="pwsafe is commandline program that manages encrypted password databases."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://sourceforge.net/projects/pwsafe"
    1.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="readline ncurses xorg-libSM xorg-libICE xorg-libXmu xorg-libX11 \
    1.13  libcrypto gcc-lib-base xorg-libXt xorg-libXext xorg-libXau xorg-libXdmcp"
    1.14  BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://sourceforge.net/projects/pwsafe"
    1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -21,14 +23,14 @@
    1.22          --mandir=/usr/share/man \
    1.23          $CONFIGURE_ARGS &&
    1.24      make &&
    1.25 -    make DESTDIR=$PWD/_pkg install
    1.26 +    make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32      mkdir -p $fs/usr
    1.33 -    cp -a $_pkg/usr/bin $fs/usr
    1.34 +    cp -a $install/usr/bin $fs/usr
    1.35  }
    1.36  
    1.37  post_install()