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

View file

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