Skip to content
Snippets Groups Projects
Commit 4d27485ab64f authored by scop's avatar scop
Browse files

Updated and cleaned up Makefiles and package-info.in's according to the new...

Updated and cleaned up Makefiles and package-info.in's according to the new packages' new official location.
parent c84d15654fae
No related branches found
No related tags found
No related merge requests found
2002-08-07 Ville Skytt <ville.skytta@xemacs.org>
* Package moved to official location in xemacs-packages.
2002-08-02 Simon Josefsson <jas@extundo.com>
* Makefile: Require ecrypto, category unsupported, remove md*.el,
......
# Makefile for XEmacs base lisp code
# Makefile for sasl lisp code.
# This file is part of XEmacs.
......@@ -23,7 +23,7 @@ MAINTAINER = Simon Josefsson <simon@josefsson.org>
PACKAGE = sasl
PKG_TYPE = regular
REQUIRES = ecrypto
CATEGORY = unsupported
CATEGORY = standard
ELCS = hmac-def.elc hmac-md5.elc hmac-sha1.elc ntlm.elc sasl.elc \
sasl-cram.elc sasl-digest.elc sasl-ntlm.elc sasl-scram.elc
......
(sasl
(standards-version 0.1
(standards-version 1.1
version VERSION
author-version AUTHOR_VERSION
date DATE
build-date BUILD_DATE
maintainer MAINTAINER
distribution unsupported
distribution xemacs
priority low
category CATEGORY
dump nil
description "Simple Authentication and Security Layer (SASL) library"
description "Simple Authentication and Security Layer (SASL) library."
filename FILENAME
md5sum MD5SUM
size SIZE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment