mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
ttyrec: revbump to update metadata objs.
This commit is contained in:
parent
c4c8b0d149
commit
02839a908b
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue