wok-next view retty/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
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 }