wok view rsh/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
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 }