wok-next view retty/receipt @ rev 21432
updated rawstudio (1.2 -> 2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 09:38:29 2020 +0100 (2020-05-05) |
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 }