wok-6.x annotate rsh/receipt @ rev 20361
gpgme: didnot find gpgconf
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 17:33:57 2018 +0000 (2018-06-09) |
parents | |
children |
rev | line source |
---|---|
pascal@17312 | 1 # SliTaz package receipt. |
pascal@17312 | 2 |
pascal@17312 | 3 PACKAGE="rsh" |
pascal@17312 | 4 SOURCE="rsh-redone" |
pascal@17312 | 5 VERSION="85" |
pascal@17312 | 6 CATEGORY="network" |
pascal@17312 | 7 SHORT_DESC="Reimplementation of rsh and rlogin" |
pascal@17312 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17312 | 9 LICENSE="GPL" |
pascal@17312 | 10 TARBALL="${SOURCE}_$VERSION.orig.tar.gz" |
pascal@17312 | 11 WEB_SITE="https://packages.debian.org/source/sid/rsh-redone" |
pascal@17312 | 12 WGET_URL="http://ftp.de.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL" |
pascal@17312 | 13 |
pascal@17312 | 14 BUILD_DEPENDS="pam-dev" |
pascal@17312 | 15 |
pascal@17312 | 16 # Rules to configure and make the package. |
pascal@17312 | 17 compile_rules() |
pascal@17312 | 18 { |
pascal@17312 | 19 make && |
pascal@17312 | 20 make DESTDIR=$DESTDIR install |
pascal@17312 | 21 } |
pascal@17312 | 22 |
pascal@17312 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17312 | 24 genpkg_rules() |
pascal@17312 | 25 { |
pascal@17312 | 26 mkdir -p $fs/usr |
pascal@17312 | 27 cp -a $install/usr/bin $fs/usr |
pascal@17312 | 28 } |