I have absolutely no problems compiling. libgl was missing as a dependency, maybe that was your problem ?
Can you leave it on the server, and update it ?
PKGBUILD (i686, don't know if it compiles on x86_64):
pkgname=sage
pkgver=0.2.0
pkgrel=1
pkgdesc="An OpenGL extensions library using SDL"
url="http://worldforge.org/dev/eng/libraries/sage
"
options=('!libtool')
license=('LGPL2')
depends=('sdl' 'mesa' 'libgl')
source=(
http://dl.sourceforge.net/sourceforge/worldforge/$pkgname-$pkgver.tar.gz)
arch=('i686')
md5sums=('fbeb372c8096ea9cbdeb5152900bb313')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
rm -r $startdir/pkg/usr/bin
}
best,
Ronald
Hello,
since the package sage has not been updated since v.0.1.2, is orphaned for some time now and does not compile anyway, and nobody complained about that, I think this package is not needed. I want to delete it next Friday.
Though it is technically possible for a non-TU like me to adopt and delete it I want to ask the list members if this would be the usual way.
The deletion would lead to the benefitial situation that the great package sage-mathematics could be renamed.
Mit freundlichen Grüßen
Stefan Husmann