Hi,

the Eukleides package <http://aur.archlinux.org/packages.php?ID=1674>
has been flagged out-of-date for quite a while. I'd like to update the
PKGBUILD to the most current version (attached below). Please orphan the
package on AUR so that I -- user id 'peti' -- can take over maintenance.

Thank you,
Peter


# Contributor: Peter Simons <[email protected]>

pkgname=eukleides
pkgver=1.5.3
pkgrel=2
pkgdesc="A Geometry Drawing Language"
url="http://www.eukleides.org/";
license=("GPL")
makedepends=('bison' 'flex' 'texinfo')
depends=('bash')
source=(http://www.eukleides.org/files/$pkgname-$pkgver.tar.bz2)
md5sums=('5bcc9c18b3565100010456079937f01a')
arch=('i686' 'x86_64')
options=(!makeflags)

build()
{
  cd "$srcdir/$pkgname-$pkgver"
  sed -i 's/ginstall-info/install-info/g' doc/Makefile
  make || return 1
  mkdir -p "$pkgdir/usr/bin"
  make PREFIX="$pkgdir/usr" install
}

Reply via email to