wok-next view retty/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }