wok-next annotate sshpass/receipt @ rev 21662

updated fop (1.0 -> 2.5)
author Hans-G?nter Theisgen
date Sat Jun 27 13:57:04 2020 +0100 (2020-06-27)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@17326 2
pascal@17326 3 PACKAGE="sshpass"
pascal@17326 4 VERSION="1.05"
pascal@17326 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Non-interactive ssh password auth"
pascal@17326 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17326 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="https://sourceforge.net/projects/sshpass/"
al@21020 10
pascal@17326 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17326 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17326 13
al@21020 14 compile_rules() {
pascal@17326 15 ./configure \
pascal@17326 16 --prefix=/usr \
pascal@17326 17 $CONFIGURE_ARGS
al@21020 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@17326 20 }
pascal@17326 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 SUGGESTED="openssh"
pascal@17326 25 }