wok-next view retty/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents ca382d0ab983
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="retty"
4 VERSION="1.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Terminal attaching without screen"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://pasky.or.cz/dev/retty/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE$TARBALL"
14 BUILD_DEPENDS="perl"
16 compile_rules() {
17 make || return 1
19 install -Dm755 blindtty $install/usr/bin/blindtty
20 install -Dm755 retty $install/usr/bin/retty
21 }
23 genpkg_rules() {
24 copy @std
25 }