termux-packages/packages/ttyrec/build.sh
Fredrik Fornwall 7f5bdead21 Rebuild all packages with control.tar.gz
Bump the version of all old packages that contained a control.tar.gz
file - as of now only control.tar.xz is used. See #1398.
2017-09-15 00:38:35 +02:00

18 lines
587 B
Bash

TERMUX_PKG_HOMEPAGE=http://0xcc.net/ttyrec/
TERMUX_PKG_DESCRIPTION="Terminal recorder and player"
TERMUX_PKG_VERSION=1.0.8
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=http://0xcc.net/ttyrec/ttyrec-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ef5e9bf276b65bb831f9c2554cd8784bd5b4ee65353808f82b7e2aef851587ec
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_pre_configure() {
CFLAGS+=" -Dset_progname=setprogname"
}
termux_step_make_install () {
cp ttyrec ttyplay ttytime $TERMUX_PREFIX/bin
mkdir -p $TERMUX_PREFIX/share/man/man1
cp ttyrec.1 ttyplay.1 ttytime.1 $TERMUX_PREFIX/share/man/man1
}