1 # Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
7 pkgdesc="A tool that makes it easy to create Python2 bindings for C and C++ libraries"
9 url="http://www.riverbankcomputing.com/software/sip"
10 license=('custom:"sip"')
11 depends=('sip' 'python26')
12 source=("http://www.riverbankcomputing.com/static/Downloads/sip4/$_pkgname-$pkgver.tar.gz")
13 md5sums=('6cbd56abb7d35aad833789c98ae61652')
16 cd "$srcdir/$_pkgname-$pkgver"
17 python26 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
22 cd "$srcdir/$_pkgname-$pkgver"
23 make DESTDIR="$pkgdir" install
24 install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25 rm "$pkgdir/usr/bin/sip"