wok-next annotate pwsafe/receipt @ rev 21041

Follow HTTP redirections for homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 13:21:03 2018 +0200 (2018-11-09)
parents d5aab818505e
children 5669e8b3be70
rev   line source
al@21020 1 # SliTaz package receipt v2.
rocky@3495 2
rocky@3495 3 PACKAGE="pwsafe"
rocky@3495 4 VERSION="0.2.0"
rocky@3495 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="Commandline program that manages encrypted password databases"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://sourceforge.net/projects/pwsafe/"
al@21020 10
pascal@15000 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15000 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15000 13
rocky@3495 14 BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev"
rocky@3495 15
al@21020 16 compile_rules() {
al@21020 17 ./configure $CONFIGURE_ARGS &&
al@21020 18 make &&
al@21020 19 make DESTDIR=$install install
rocky@3495 20 }
rocky@3495 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 DEPENDS="readline ncurses xorg-libSM xorg-libICE xorg-libXmu xorg-libX11 \
al@21020 25 openssl gcc-lib-base xorg-libXt xorg-libXext xorg-libXau xorg-libXdmcp"
rocky@3495 26 }
rocky@3495 27
al@21020 28 post_install() {
al@21020 29 chmod u+s "$1/usr/bin/pwsafe"
rocky@3495 30 }