clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
|
Last change
on this file since 0b402ff was 0b402ff, checked in by Jim Gifford <clfs@…>, 20 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
|
| Rev | Line | |
|---|
| [0b402ff] | 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | ### pyrex ###
|
|---|
| 4 |
|
|---|
| 5 | cd ${SRC}
|
|---|
| 6 | LOG=pyrex-blfs.log
|
|---|
| 7 |
|
|---|
| 8 | SELF=`basename ${0}`
|
|---|
| 9 | set_buildenv
|
|---|
| 10 | set_libdirname
|
|---|
| 11 | setup_multiarch
|
|---|
| 12 |
|
|---|
| 13 | unpack_tarball Pyrex-${PYREX_VER}
|
|---|
| 14 | cd ${PKGDIR}
|
|---|
| 15 |
|
|---|
| 16 | max_log_init Pyrex ${PYREX_VER} "blfs (shared)" ${INSTLOGS} ${LOG}
|
|---|
| 17 | python setup.py install \
|
|---|
| 18 | > ${LOGFILE} 2>&1 &&
|
|---|
| 19 | echo " o Install OK" || barf
|
|---|
| 20 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.