You are not logged in.

#1 2007-07-07 02:56:35

dale77
Member
From: Down under
Registered: 2007-02-10
Posts: 102
Website

swig update please PKGBUILD attached

pkgname=swig
pkgver=1.3.31
pkgrel=1
pkgdesc="SWIG is a compiler that makes it easy to integrate C and C++ code with scripting languages"
source=(http://optusnet.dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('4a0bae63e3713e89b26db7209b6a7e05')
url="http://www.swig.org/"
arch=(i686)
depends=(gcc guile)

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

Last edited by dale77 (2007-07-07 03:17:48)

Offline

#2 2007-07-07 02:59:54

High|ander
Member
From: Skövde, Sweden
Registered: 2005-10-28
Posts: 188
Website

Re: swig update please PKGBUILD attached

You have forgotten a " on the pkgdesc


When death smiles at you, all you can do is smile back!
Blog

Offline

#3 2007-07-07 03:00:06

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: swig update please PKGBUILD attached

Excellent job! now put it in a dir and run 'makepkg'.

-_-;;

Offline

#4 2007-07-07 03:21:59

dale77
Member
From: Down under
Registered: 2007-02-10
Posts: 102
Website

Re: swig update please PKGBUILD attached

Boy, that was a quick reply. big_smile

I just fixed my missing " (copied from a terminal window and didn't notice the end of the string was missing) and whoa! Two replies already.

I would hope that this new PKGBUILD would replace the one in extra, as the current version doesn't work with python 2.5 (at least it didn't for my project).

How does one get a package updated? This new version of swig came out at the end of 2006.

Offline

#5 2007-07-10 19:51:48

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: swig update please PKGBUILD attached

1. flag the package out-of-date (someone has already done that)

2. mail the maintainer, make sure you include the new PKGBUILD

(you can find the email address in the swig pkgbuild )


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2007-07-12 08:33:22

dale77
Member
From: Down under
Registered: 2007-02-10
Posts: 102
Website

Re: swig update please PKGBUILD attached

OK, I mailed the guy.

Offline

Board footer

Powered by FluxBB