wok annotate rsh-redone/receipt @ rev 22876

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