wok-next view ttyrec/receipt @ rev 20043

gdb: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 21:23:15 2017 +0200 (2017-10-22)
parents bb6f99febef0
children da9e80c5d4bb
line source
1 # SliTaz package receipt.
3 PACKAGE="ttyrec"
4 VERSION="1.0.8"
5 CATEGORY="misc"
6 SHORT_DESC="A tty recorder."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://0xcc.net/ttyrec"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 sed -i 's/union wait/int/' ttyrec.c
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/ttyrec $fs/usr/bin
25 cp -a $src/ttyplay $fs/usr/bin
26 cp -a $src/ttytime $fs/usr/bin
27 }