source: scripts_home/scripts/blfs-scripts/blfs-portmap.sh@ 1c9c5c3

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 1c9c5c3 was 1c9c5c3, checked in by Jim Gifford <clfs@…>, 19 years ago

r624@server (orig r622): jim | 2005-10-31 12:40:28 -0800
Rearranging Archive

  • Property mode set to 100755
File size: 503 bytes
RevLine 
[617118d]1#!/bin/bash
2
3### portmap ###
4
5cd ${SRC}
6LOG=blfs-portmap.log
7set_libdirname
8setup_multiarch
9
10unpack_tarball portmap_${PORTMAP_VER}
11cd ${PKGDIR}
12apply_patch portmap-5beta-compilation_fixes-3
13apply_patch portmap-5beta-glibc_errno_fix-1
14
15max_log_init portmap ${PORTMAP_VER} "native (shared)" ${BUILDLOGS} ${LOG}
16make CC="${CC-gcc} ${ARCH_CFLAGS} ${TGT_CFLAGS}" \
17 >> ${LOGFILE} 2>&1 &&
18echo " o Build OK" &&
19
20min_log_init ${INSTLOGS} &&
21make install \
22 >> ${LOGFILE} 2>&1 &&
23echo " o ALL OK" || barf
24
Note: See TracBrowser for help on using the repository browser.