wok view rsh/receipt @ rev 17312

Add rsh, rshd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 02 14:09:33 2014 +0100 (2014-11-02)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="rsh"
4 SOURCE="rsh-redone"
5 VERSION="85"
6 CATEGORY="network"
7 SHORT_DESC="Reimplementation of rsh and rlogin"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL"
10 TARBALL="${SOURCE}_$VERSION.orig.tar.gz"
11 WEB_SITE="https://packages.debian.org/source/sid/rsh-redone"
12 WGET_URL="http://ftp.de.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL"
14 BUILD_DEPENDS="pam-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }