source: scripts/scripts/untested/blfs-scripts/blfs-pyrex.sh @ 0b402ff

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 0b402ff was 0b402ff, checked in by Jim Gifford <clfs@…>, 18 years ago

r698@server (orig r696): ryan | 2005-11-13 00:00:47 -0800

r704@rei: lfs | 2005-11-13 19:01:08 +1100
Import updates for untested blfs-scripts



  • Property mode set to 100755
File size: 319 bytes
Line 
1#!/bin/bash
2
3### pyrex ###
4
5cd ${SRC}
6LOG=pyrex-blfs.log
7
8SELF=`basename ${0}`
9set_buildenv
10set_libdirname
11setup_multiarch
12
13unpack_tarball Pyrex-${PYREX_VER}
14cd ${PKGDIR}
15
16max_log_init Pyrex ${PYREX_VER} "blfs (shared)" ${INSTLOGS} ${LOG}
17python setup.py install \
18   > ${LOGFILE} 2>&1 &&
19echo " o Install OK" || barf
20
Note: See TracBrowser for help on using the repository browser.