source: scripts/blfs-scripts/blfs-portmap.sh @ 617118d

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

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100755
File size: 503 bytes
Line 
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.