Changeset 3698

Show
Ignore:
Timestamp:
02/11/08 14:11:35 (10 months ago)
Author:
sumsum
Message:

If we have GPG and Mutt, we need pgpewrap to sign and encrypt messages with gpg in mutt.
see http://www.wlug.org.nz/pgpewrap for details of pgpewrap usage.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/mutt/Makefile

    r3010 r3698  
    3434        ${INSTALL_DIR} ${IDIR_MUTT}/usr/bin 
    3535        ${INSTALL_BIN} ${WRKBUILD}/${PKG_NAME} ${IDIR_MUTT}/usr/bin/ 
     36ifeq (${FWRT_PACKAGE_GPG},y) 
     37        ${INSTALL_BIN} ${WRKBUILD}/pgpewrap ${IDIR_MUTT}/usr/bin/ 
     38endif 
    3639 
    3740include ${TOPDIR}/mk/pkg-bottom.mk