wok annotate sshpass/receipt @ rev 21435
updated mhwaveedit (1.4.23 -> 1.4.24)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 27 16:09:59 2019 +0100 (2019-04-27) |
parents | |
children | 464054350afc |
rev | line source |
---|---|
pascal@17326 | 1 # SliTaz package receipt. |
pascal@17326 | 2 |
pascal@17326 | 3 PACKAGE="sshpass" |
pascal@17326 | 4 VERSION="1.05" |
pascal@17326 | 5 CATEGORY="network" |
pascal@17326 | 6 SHORT_DESC="Non-interactive ssh password auth." |
pascal@17326 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17326 | 8 LICENSE="GPL2" |
pascal@17326 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@17326 | 10 WEB_SITE="http://sshpass.sourceforge.net/" |
pascal@17326 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@17326 | 12 SUGGESTED="openssh" |
pascal@17326 | 13 |
pascal@17326 | 14 # Rules to configure and make the package. |
pascal@17326 | 15 compile_rules() |
pascal@17326 | 16 { |
pascal@17326 | 17 ./configure \ |
pascal@17326 | 18 --prefix=/usr \ |
pascal@17326 | 19 $CONFIGURE_ARGS |
pascal@17326 | 20 make && make DESTDIR=$DESTDIR install |
pascal@17326 | 21 } |
pascal@17326 | 22 |
pascal@17326 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17326 | 24 genpkg_rules() |
pascal@17326 | 25 { |
pascal@17326 | 26 mkdir -p $fs/usr |
pascal@17326 | 27 cp -a $install/usr/bin $fs/usr |
pascal@17326 | 28 } |