Files
Arch-R/packages/python/graphics/pycairo/build

25 lines
396 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
2009-09-19 21:48:59 +02:00
$SCRIPTS/build $CAIRO
2009-03-18 13:02:53 +01:00
. config/options.python
cd $PKG_BUILD
2009-03-18 13:02:53 +01:00
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
make
$MAKEINSTALL
2009-09-25 22:45:58 +02:00
$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py src