You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
441 B
18 lines
441 B
GARNAME = tdepim-crypto
|
|
GARVERSION = 1
|
|
CATEGORIES = meta
|
|
|
|
LIBDEPS = kde/tdebase kde/tdepim libs/gpgme libs/dirmngr libs/pinentry
|
|
|
|
DESCRIPTION = tdepim plus crypto support
|
|
|
|
include ../../gar.mk
|
|
|
|
install-%/Makefile:
|
|
@mkdir -p $(COOKIEDIR)/install-$*
|
|
$(MAKECOOKIE)
|
|
|
|
post-install:
|
|
@echo Installation successful. Read http://kmail.kde.org/kmail-pgpmime-howto.html
|
|
@echo how to manually configure GnuPG, gpg-agent and KMail for each user now.
|