You are not logged in.
Pages: 1
pkgname=sip
pkgver=3.8
pkgrel=1
pkgdesc="SIP is a tool that makes it very easy to create Python bindings for C++ libraries"
url="http://www.riverbankcomputing.co.uk/sip/"
#Contributor: riai <riai@bigfoot.com>
# Username: riai
pkgname=sip
pkgver=4.0rc3
pkgrel=1
pkgdesc="SIP is a tool that makes it easy to create Python bindings for C and C++ libraries."
url="http://riverbankcomputing.co.uk/sip/"
depends=('python' 'qt')
pkgurl="http://www.river-bank.demon.co.uk/download/$pkgname/"
source=($pkgurl/$pkgname-$pkgver.tar.gz)
md5sums=('487dc9c4ea86a468cde85ab7bbb79c98')
build() {
cd $startdir/src/$pkgname-$pkgver
python configure.py -b /usr/bin
-d /usr/lib/python2.3/site-packages
-e /usr/include/python2.3
-v /usr/share/sip
make || return 1
make DESTDIR=$startdir/pkg install
}
Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details
Offline
Pages: 1