- Timestamp:
- Feb 21, 2006, 12:25:06 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 662fbfc
- Parents:
- b15e4602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/blfs-scripts/blfs-foomatic.sh
rb15e4602 r83ea618 19 19 20 20 min_log_init ${INSTLOGS} 21 make install 21 make install \ 22 22 >> ${LOGFILE} 2>&1 && 23 23 echo " o Install OK" || barf … … 26 26 LOG=foomatic-db-hpijs-blfs.log 27 27 28 unpack_tarball foomatic-db-hpijs-${FOOMATIC_DB_HPIJS_VER} 28 unpack_tarball foomatic-db-hpijs-${FOOMATIC_DB_HPIJS_VER}-current 29 29 cd ${PKGDIR} 30 30 … … 35 35 echo " o Configure OK" && 36 36 37 min_log_init ${BUILDLOGS} 38 make \ 39 >> ${LOGFILE} 2>&1 && 40 echo " o Build OK" || barf 41 37 42 min_log_init ${INSTLOGS} 38 make install 43 make install \ 39 44 >> ${LOGFILE} 2>&1 && 40 45 echo " o Install OK" || barf … … 52 57 echo " o Configure OK" && 53 58 59 min_log_init ${BUILDLOGS} 60 make \ 61 >> ${LOGFILE} 2>&1 && 62 echo " o Build OK" || barf 63 54 64 min_log_init ${INSTLOGS} 55 make install 65 make install \ 56 66 >> ${LOGFILE} 2>&1 && 57 67 echo " o Install OK" || barf … … 69 79 fi 70 80 71 #### we probably want libxml272 cd ${SRC}73 LOG=foomatic-db-engine-blfs.log74 75 unpack_tarball foomatic-db-engine-${FOOMATIC_DB_ENG_VER}76 cd ${PKGDIR}77 78 max_log_init foomatic-db-engine ${FOOMATIC_DB_ENG_VER} "blfs (shared)" ${CONFLOGS} ${LOG}79 CC="${CC-gcc} ${ARCH_CFLAGS}" \80 ./configure --prefix=/usr \81 >> ${LOGFILE} 2>&1 &&82 echo " o Configure OK" &&83 84 min_log_init ${INSTLOGS}85 make install86 >> ${LOGFILE} 2>&1 &&87 echo " o Install OK" || barf88 89 if [ ! "${libdirname}" = "lib" ]; then90 # additional symlinks for lib64 cups, ppr to get the foomatic filters91 # TODO: this needs to be done better92 93 mkdir -p /usr/${libdirname}/cups/filter94 ln -sf /usr/bin/foomatic-rip /usr/${libdirname}/cups/filter95 mkdir -p /usr/${libdirname}/ppr/interfaces96 mkdir -p /usr/${libdirname}/ppr/lib97 ln -sf /usr/bin/foomatic-rip /usr/${libdirname}/ppr/interfaces98 ln -sf /usr/bin/foomatic-rip /usr/${libdirname}/ppr/lib99 fi100
Note:
See TracChangeset
for help on using the changeset viewer.