r2780: *** empty log message ***
[clsql.git] / clsql-mysql.asd
index 0af451fea2caf7f157d0fcf58ff84463cb520454..a29ac1ca7b22b8e7d63a3c3e69bf9efdfc3261e2 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-mysql.asd,v 1.6 2002/09/17 17:16:43 kevin Exp $\r
+;;;; $Id: clsql-mysql.asd,v 1.8 2002/09/20 01:40:54 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
 ;;; System definition\r
 \r
 (defsystem :clsql-mysql\r
+  :name "cl-sql-mysql"\r
+  :author "Kevin M. Rosenberg <kmr@debian.org>"\r
+  :version "0.9.2"\r
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"\r
+  :licence "Lessor Lisp General Public License"\r
+  :description "Common Lisp SQL MySQL Driver"\r
+  :long-description "cl-sql-mysql package provides a database driver to the MySQL database system."\r
+\r
   :components\r
-  ((:module :mysql\r
+  ((:module :db-mysql\r
            :components\r
            ((:file "mysql-package")\r
             (:file "mysql-loader" :depends-on ("mysql-package"))\r
@@ -34,5 +42,5 @@
   :depends-on (:uffi :clsql-base :clsql-uffi))\r
    \r
 (defmethod source-file-type  ((c cl-source-file)\r
-                             (s (eql (find-system 'clsql-mysql)))) \r
+                             (s (eql (find-system :clsql-mysql)))) \r
    "cl")\r