Package Details: ipbt 20220403.d4e7fcd-1

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: 2023-03-04 15:20 (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)

I have this diff to update to the latest release: diff -ruN ipbt/PKGBUILD ipbt.orig/PKGBUILD --- ipbt/PKGBUILD 2016-10-30 14:04:53.853031953 -0500 +++ ipbt.orig/PKGBUILD 2015-06-09 04:17:31.000000000 -0500 @@ -3,7 +3,7 @@ # Contributor: Angus Gibson <darthshrine@gmail.com> pkgname=ipbt -pkgver=20160908.4a07ab0 +pkgver=20141026.2197432 pkgrel=1 pkgdesc="A high-tech ttyrec player" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('MIT') depends=('ncurses' 'perl') source=("http://www.chiark.greenend.org.uk/~sgtatham/ipbt/$pkgname-$pkgver.tar.gz") -md5sums=('ce196b7bdd348c65bf247bdd595959dd') +md5sums=('aee6263c862c102f12cab1ae544d75a9') build() { cd $srcdir/$pkgname-$pkgver diff -ruN ipbt/.SRCINFO ipbt.orig/.SRCINFO --- ipbt/.SRCINFO 2016-10-30 14:09:21.018050343 -0500 +++ ipbt.orig/.SRCINFO 2015-06-09 04:17:31.000000000 -0500 @@ -1,6 +1,6 @@ pkgbase = ipbt pkgdesc = A high-tech ttyrec player - pkgver = 20160908.4a07ab0 + pkgver = 20141026.2197432 pkgrel = 1 url = http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ arch = i686 @@ -8,8 +8,8 @@ license = MIT depends = ncurses depends = perl - source = http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt-20160908.4a07ab0.tar.gz - md5sums = ce196b7bdd348c65bf247bdd595959dd + source = http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt-20141026.2197432.tar.gz + md5sums = aee6263c862c102f12cab1ae544d75a9

<deleted-account> commented on 2012-09-16 18:40 (UTC)

The md5sum changes almost daily, so I've been meaning to change the pkgbuild over to subversion. Simon alludes to issues with the ipbt autoconf framework on the ipbt page and it doesn't work for me. If you're interested here's the pkgbuild I was working on (http://pastebin.com/fzKME59N). Otherwise I can only suggest changing the md5sum when you build the package. Apologies for the inconvenience.

acieroid commented on 2012-09-16 18:05 (UTC)

The md5sum changed again. Now it is 338a512e4ee152431376094ae3882649 (same revision though)

<deleted-account> commented on 2012-06-06 16:51 (UTC)

9355773b654b191b5fdd2bda6afa297b is the correct md5sum

acieroid commented on 2012-06-04 17:19 (UTC)

It can be updated to r9487 (the revision you use seems to not be available anymore)

<deleted-account> commented on 2012-04-20 18:48 (UTC)

Wrong MD5sum