ttyrec: revbump to update metadata objs.

This commit is contained in:
Juan RP 2014-12-18 22:01:05 +01:00
parent c4c8b0d149
commit 02839a908b
1 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ttyrec'
pkgname=ttyrec
version=1.0.8
revision=2
revision=3
homepage="http://0xcc.net/ttyrec"
distfiles="http://0xcc.net/ttyrec/${pkgname}-${version}.tar.gz"
short_desc="tty recorder and player"
@ -12,10 +12,9 @@ checksum=ef5e9bf276b65bb831f9c2554cd8784bd5b4ee65353808f82b7e2aef851587ec
do_build() {
make ${makejobs} CC=$CC CFLAGS="-DHAVE_openpty -lutil $CFLAGS"
}
do_install() {
vinstall ttyrec 755 /usr/bin
vinstall ttyrec.1 644 /usr/share/man/man1
vinstall ttyplay 755 /usr/bin
vinstall ttyplay.1 644 /usr/share/man/man1
for f in rec play; do
vbin tty${f}
vman tty${f}.1
done
}