You are not logged in.

#1 2009-03-26 16:07:06

deicist
Member
Registered: 2009-03-17
Posts: 36

athena-jot

this package is out of date, I installed it by changing the PKGBUILD to:
########################################################
# Contributor: Douglas Thrift <douglas@douglasthrift.net>
pkgname=athena-jot
pkgver=9.0
pkgrel=1
pkgdesc="print sequential or random data"
url="http://packages.debian.org/unstable/utils/athena-jot"
depends=('glibc')
source=(http://ftp.debian.org/debian/pool/main/a/athena-jot/${pkgname}_$pkgver.orig.tar.gz http://ftp.debian.org/debian/pool/main/ … 1.diff.gz)
md5sums=('694f244e11f744197fe29b466a219e27' 'e99c21f70d554447c6fb6a0e65a2d7cf')

build() {
  cd $startdir/src/$pkgname-$pkgver
  patch -p1 < $startdir/src/${pkgname}_$pkgver-1.diff
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}
#########################################################

basically updating the version and md5 for the diff file.

Hope this helps anyone else trying to install this package.

Offline

Board footer

Powered by FluxBB