Files
ports/extra/python3-sip/spkgbuild
2019-05-13 00:20:16 +08:00

16 lines
418 B
Plaintext

# description : A tool that makes it easy to create Python bindings for C and C++ libraries
# depends : python3 glibc
name=python3-sip
version=4.19.17
release=1
source=(https://www.riverbankcomputing.com/static/Downloads/sip/$version/sip-$version.tar.gz)
md5sum=(1939318db35a8c1cb118080f1edb8245)
build() {
cd sip-$version
python3 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
make
make DESTDIR=$PKG install
}