You are not logged in.

#1 2004-11-12 16:04:32

sweiss
Member
Registered: 2004-02-16
Posts: 635

[devel] Gambas 0.99RC2

Gambas is a free development environment based on a Basic interpreter.

pkgname=gambas
pkgver=0.99.RC2
pkgrel=1
pkgdesc="Gambas is a free development environment based on a Basic interpreter."
url="http://gambas.sourceforge.net"
depends=('qt' 'glibc' 'bzip2' 'perl' 'x-server' 'libvorbis' 'sdl_mixer' 'libxslt' 'curl')
license="GPL"
source=($url/$pkgname-$pkgver.tar.bz2)
md5sums=('09d18daa973d09d2234d80f3b0d70377')
 
build() {
  cd $startdir/src/$pkgname-$pkgver
 ./configure --disable-kde 
             --with-qt-includes=/opt/qt/include 
             --with-qt-libraries=/opt/qt/lib 
             --with-moc=/opt/qt/bin/ 
             --prefix=/usr
  make || return 1
  make ROOT=$startdir/pkg prefix=$startdir/pkg/usr install
}

Enjoy.

Offline

#2 2005-08-05 09:44:28

whisky
Member
From: Paris, France
Registered: 2005-05-06
Posts: 22
Website

Re: [devel] Gambas 0.99RC2

I am trying to find the Gambas in the AUR, and doing a search in AUR gives me some links :

unsupported      devel      gambas 1.0.7-1         6             Gambas is a free development environment based on a Basic interpreter.      sweiss
    unsupported     devel     gambas2 1.9.12-1        2           Gambas is a free development environment based on a Basic interpreter.     dsa
    unsupported     devel     gambas2-kdefree 1.9.12-1        1           Gambas is a free development environment based on a Basic interpreter.     dsa

But no one is linking to the correct URL... and I see no way to prevent the maintainer of these packages to fix it...

Offline

#3 2005-08-05 17:23:47

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [devel] Gambas 0.99RC2

There was a problem with AUR. It is fixed now.

Offline

Board footer

Powered by FluxBB