wok-current annotate rsh/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
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 } |