wok-next view ttyrec/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 8cf349cc0a47
children d457c4e37c1b
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://0xcc.net/ttyrec"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 compile_rules() {
15 sed -i 's/union wait/int/' ttyrec.c
17 make || return 1
19 mkdir -p $install/usr/bin/
20 cp ttyrec ttyplay ttytime $install/usr/bin/
21 }
23 genpkg_rules() {
24 copy @std
25 }