[aur-general] sage in AUR
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 T-Systems Enterprise Services GmbH AL S&F, GO DPWN, AC Express Hannover Stefan Husmann Projekt NewSourcing, Frame CSS Hausadresse: Brüderstr. 5, 30159 Hannover Telefon: +49 (511) 47 39 09 - 623 Telefax: +49 (511) 47 39 09 - 501 PC-Fax: +49 (431) 38 02 46 70 E-Mail: Stefan.Husmann@t-systems.com Internet: http://www.t-systems.com T-Systems Enterprise Services GmbH Aufsichtsrat: René Obermann (Vorsitzender) Executive Committee: Reinhard Clemens (Vorsitzender)*, Helmut Binder, Albert Henn, Olaf Heyden*, Katrin Horstmann, Ulrich Kemp, Wilfried Peters*, Dr. Herbert Schaaff*, Zvezdana Seeger* Handelsregister: Amtsgericht Frankfurt am Main HRB 55933 Sitz der Gesellschaft: Frankfurt am Main WEEE-Reg.-Nr. DE87523644 *Geschäftsführer gem. § 35 GmbHG
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 On Jan 4, 2008 3:15 PM, Husmann, Stefan <Stefan.Husmann@t-systems.com> wrote:
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
Okay, I will give it another try this evening. ________________________________ From: Ronald van Haren [mailto:pressh@gmail.com] Sent: Freitag, 4. Januar 2008 15:31 To: Discussion about the Arch User Repository (AUR) Subject: Re: [aur-general] sage in AUR 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 <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 On Jan 4, 2008 3:15 PM, Husmann, Stefan < Stefan.Husmann@t-systems.com <mailto:Stefan.Husmann@t-systems.com> > wrote: 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
participants (2)
-
Husmann, Stefan
-
Ronald van Haren