wok view retty/receipt @ rev 22399

up openssl, openssl-dev, libcrypto, libcrypto-dev, libssl from: 1.0.2o [2018] to 1.0.2t --> 1.0.2 soon EOL!!! will update later more
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 07 12:02:44 2019 +0000 (2019-12-07)
parents
children ad8b9ff412d2
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://pasky.or.cz/dev/retty/"
11 WGET_URL="$WEB_SITE$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make && strip *tty
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/blindtty $fs/usr/bin
27 cp -a $src/retty $fs/usr/bin
28 }