Search Criteria
Package Details: ipbt 20240909.a852474-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ipbt.git (read-only, click to copy) |
---|---|
Package Base: | ipbt |
Description: | A high-tech ttyrec player |
Upstream URL: | https://www.chiark.greenend.org.uk/~sgtatham/ipbt |
Licenses: | MIT |
Submitter: | None |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2008-03-24 02:54 (UTC) |
Last Updated: | 2024-09-10 17:33 (UTC) |
Latest Comments
meanjollies commented on 2022-08-25 17:10 (UTC)
Thanks for pointing that out. It's now added.
codl commented on 2022-08-25 11:18 (UTC)
this package should have cmake as a makedep
slav commented on 2018-01-26 23:00 (UTC)
Maintainer: Shaw puxx@mail.ustc.edu.cn
Contributor: Nick <iglu.sitar at="" com="" dot="" gmail=""></iglu.sitar>
Contributor: Angus Gibson darthshrine@gmail.com
pkgname=ipbt pkgver=20170831.3c40fd3 pkgrel=1 pkgdesc="A high-tech ttyrec player" arch=('i686' 'x86_64') url=http://www.chiark.greenend.org.uk/~sgtatham/ipbt/$pkgname-$pkgver.tar.gz license=('MIT') depends=('ncurses' 'perl') source=("http://www.chiark.greenend.org.uk/~sgtatham/ipbt/$pkgname-$pkgver.tar.gz") md5sums=('97c68ce7be00661097936fbb71f6445b')
build() { cd $srcdir/$pkgname-$pkgver ./configure make }
package() { cd $srcdir/$pkgname-$pkgver # install executable files install -Dm755 ipbt $pkgdir/usr/bin/ipbt install -Dm755 ttydump $pkgdir/usr/bin/ttydump install -Dm755 ttygrep $pkgdir/usr/bin/ttygrep # install man page install -Dm644 ipbt.1 $pkgdir/usr/share/man/man1/ipbt.1 # install LICENCE install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENCE }
winny commented on 2016-10-30 19:13 (UTC)
<deleted-account> commented on 2012-09-16 18:40 (UTC)
acieroid commented on 2012-09-16 18:05 (UTC)
<deleted-account> commented on 2012-06-06 16:51 (UTC)
acieroid commented on 2012-06-04 17:19 (UTC)
<deleted-account> commented on 2012-04-20 18:48 (UTC)