123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- # This file is part of the OpenADK project. OpenADK is copyrighted
- # material, please see the LICENCE file in the top-level directory.
- include ${TOPDIR}/rules.mk
- PKG_NAME:= mgetty
- PKG_VERSION:= 1.1.36
- PKG_XVERSION:= Jun15
- PKG_RELEASE:= 1
- PKG_MD5SUM:= 0320e98c6b86bcca48fc5f355b94ead4
- PKG_DESCR:= mgetty + sendfax
- PKG_SECTION:= misc
- PKG_SITES:= ftp://alpha.greenie.net/pub/mgetty/source/1.1/
- DISTFILES:= ${PKG_NAME}${PKG_VERSION}-${PKG_XVERSION}.tar.gz
- include ${TOPDIR}/mk/package.mk
- $(eval $(call PKG_template,MGETTY,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
- pre-configure:
- cp ${WRKBUILD}/policy.h-dist ${WRKBUILD}/policy.h
- echo "#define AUTO_PPP" >> ${WRKBUILD}/policy.h
- echo "#undef FAX_NOTIFY_PROGRAM" >> ${WRKBUILD}/policy.h
- echo "#define FAX_NOTIFY_PROGRAM \"/usr/lib/mgetty+sendfax/new_fax\"" >> ${WRKBUILD}/policy.h
- echo "#undef DATA_FLOW" >> ${WRKBUILD}/policy.h
- echo "#define DATA_FLOW FLOW_HARD" >> ${WRKBUILD}/policy.h
- echo "#undef DEVICE_GROUP" >> ${WRKBUILD}/policy.h
- echo "#undef DEVICE_OWNER" >> ${WRKBUILD}/policy.h
- echo "#define DEVICE_OWNER \"root\"" >> ${WRKBUILD}/policy.h
- echo "#undef FAXREC_FLOW" >> ${WRKBUILD}/policy.h
- echo "#define FAXREC_FLOW FLOW_SOFT" >> ${WRKBUILD}/policy.h
- echo "#undef FAXSEND_FLOW" >> ${WRKBUILD}/policy.h
- echo "#define FAXSEND_FLOW FLOW_SOFT" >> ${WRKBUILD}/policy.h
- do-build:
- ${INSTALL_DIR} ${WRKINST}/usr/bin ${WRKINST}/usr/sbin
- ${INSTALL_DIR} ${WRKINST}/usr/lib/mgetty+sendfax ${WRKINST}/etc/mgetty+sendfax
- ${MAKE} -C ${WRKBUILD} \
- ${TARGET_CONFIGURE_OPTS} \
- prefix="${WRKINST}/usr" \
- CONFDIR=/etc/mgetty+sendfax \
- bin-all
- ${INSTALL_BIN} ${WRKBUILD}/mgetty ${WRKINST}/usr/sbin
- ${INSTALL_BIN} ${WRKBUILD}/sendfax ${WRKINST}/usr/sbin
- ${INSTALL_BIN} ${WRKBUILD}/fax/faxrunqd ${WRKINST}/usr/sbin
- ${CP} ${WRKBUILD}/fax/faxq-helper ${WRKINST}/usr/lib/mgetty+sendfax
- chmod u+s ${WRKINST}/usr/lib/mgetty+sendfax/faxq-helper
- ${CP} ${WRKBUILD}/fax/cour25n.pbm ${WRKINST}/usr/lib/mgetty+sendfax
- ${CP} ${WRKBUILD}/fax/cour25.pbm ${WRKINST}/usr/lib/mgetty+sendfax
- ${CP} ${WRKBUILD}/fax/faxq ${WRKINST}/usr/bin
- ${CP} ${WRKBUILD}/fax/faxrm ${WRKINST}/usr/bin
- ${CP} ${WRKBUILD}/fax/faxrunq ${WRKINST}/usr/bin
- ${CP} ${WRKBUILD}/fax/faxspool ${WRKINST}/usr/bin
- ${CP} ${WRKBUILD}/g3/g32pbm ${WRKINST}/usr/bin
- (cd ${WRKINST}/usr/bin;\
- ln -snf g32pbm g3topbm;\
- );
- ${INSTALL_BIN} ${WRKBUILD}/g3/g3cat ${WRKINST}/usr/bin
- ${INSTALL_BIN} ${WRKBUILD}/g3/pbm2g3 ${WRKINST}/usr/bin
- ${INSTALL_BIN} ${WRKBUILD}/g3/sff2g3 ${WRKINST}/usr/bin
- # Installation into /etc
- ${CP} ${WRKBUILD}/dialin.config ${WRKINST}/etc/mgetty+sendfax
- ${CP} ${WRKBUILD}/fax/faxheader ${WRKINST}/etc/mgetty+sendfax
- ${CP} ${WRKBUILD}/faxrunq.config ${WRKINST}/etc/mgetty+sendfax
- ${CP} ${WRKBUILD}/fax/faxspool.rules ${WRKINST}/etc/mgetty+sendfax/faxspool.rules.sample
- ${WRKBUILD}/sedscript < ${WRKBUILD}/login.cfg.in > ${WRKINST}/etc/mgetty+sendfax/login.config
- ${WRKBUILD}/sedscript < ${WRKBUILD}/mgetty.cfg.in > ${WRKINST}/etc/mgetty+sendfax/mgetty.config
- ${WRKBUILD}/sedscript < ${WRKBUILD}/sendfax.cfg.in > ${WRKINST}/etc/mgetty+sendfax/sendfax.config
- ISBIN:=${IDIR_MGETTY}/usr/sbin
- IBIN:=${IDIR_MGETTY}/usr/bin
- ILIB:=${IDIR_MGETTY}/usr/lib/mgetty+sendfax
- IETC:=${IDIR_MGETTY}/etc/mgetty+sendfax
- do-install:
- ${INSTALL_DIR} ${ISBIN} ${IBIN} ${ILIB} ${IETC}
- ${INSTALL_BIN} \
- ${WRKINST}/usr/bin/faxq \
- ${WRKINST}/usr/bin/faxrm \
- ${WRKINST}/usr/bin/faxrunq \
- ${WRKINST}/usr/bin/faxspool \
- ${WRKINST}/usr/bin/g32pbm \
- ${WRKINST}/usr/bin/g3cat \
- ${WRKINST}/usr/bin/pbm2g3 \
- ${WRKINST}/usr/bin/sff2g3 \
- ${IBIN}
- ${INSTALL_BIN} \
- ${WRKINST}/usr/sbin/mgetty \
- ${WRKINST}/usr/sbin/sendfax \
- ${WRKINST}/usr/sbin/faxrunqd \
- ${ISBIN}
- install -m4755 \
- ${WRKINST}/usr/lib/mgetty+sendfax/faxq-helper \
- ${ILIB}
- ${INSTALL_DATA} \
- ${WRKINST}/usr/lib/mgetty+sendfax/cour25n.pbm \
- ${WRKINST}/usr/lib/mgetty+sendfax/cour25.pbm \
- ${ILIB}
- install -m600 \
- ${WRKINST}/etc/mgetty+sendfax/dialin.config \
- ${WRKINST}/etc/mgetty+sendfax/faxheader \
- ${WRKINST}/etc/mgetty+sendfax/faxrunq.config \
- ${WRKINST}/etc/mgetty+sendfax/faxspool.rules.sample \
- ${WRKINST}/etc/mgetty+sendfax/login.config \
- ${WRKINST}/etc/mgetty+sendfax/mgetty.config \
- ${WRKINST}/etc/mgetty+sendfax/sendfax.config \
- ${IETC}
- include ${TOPDIR}/mk/pkg-bottom.mk
|