r11563: add doc file
[cluck.git] / cluck.asd
index 040197381bb926facb97d1b2b75e47e51c21efff..6239bae6b871627fc59b1108e2d494a753b68a54 100755 (executable)
--- a/cluck.asd
+++ b/cluck.asd
@@ -1,28 +1,24 @@
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-\r
-;;;; *************************************************************************\r
-;;;; FILE IDENTIFICATION\r
-;;;;\r
-;;;; Name:          cluck.asd\r
-;;;; Purpose:       ASDF definition file for CLUCK\r
-;;;; Programmer:    Kevin M. Rosenberg\r
-;;;; Date Started:  Sep 2002\r
-;;;;\r
-;;;; $Id: rt.asd 7061 2003-09-07 06:34:45Z kevin $\r
-;;;;\r
-;;;; This file, part of cl-rt, is Copyright (c) 2002 by Kevin M. Rosenberg\r
-;;;;\r
-;;;; cl-rt users are granted the rights to distribute and use this software\r
-;;;; as governed by the terms of the GNU Lesser General Public License \r
-;;;; (http://www.gnu.org/licenses/lgpl.html)\r
-;;;; *************************************************************************\r
-\r
-(in-package :asdf)\r
-\r
-(defsystem :cluck\r
-  :name "cluck"\r
-  :maintainer "Kevin M. Rosenberg"\r
-  :licence "BSD"\r
-  :description "Common Lisp uController Clock Calculator"\r
-  :long-description "CLUCK provides functions to programming timers and selecting crystals for microcontrollers."\r
-  :components\r
-  ((:file "rt")))\r
+;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
+;;;;
+;;;; Name:          cluck.asd
+;;;; Purpose:       ASDF definition file for CLUCK
+;;;; Programmer:    Kevin M. Rosenberg
+;;;; Date Started:  March 2007
+;;;;
+;;;; $Id$
+;;;;
+;;;; *************************************************************************
+
+(defpackage #:cluck-system (:use #:asdf #:cl))
+(in-package #:cluck-system)
+
+(defsystem cluck
+  :name "cluck"
+  :maintainer "Kevin M. Rosenberg"
+  :licence "BSD"
+  :description "Common Lisp uController Clock Calculator"
+  :long-description "CLUCK provides functions to programming timers and selecting crystals for microcontrollers."
+  :components
+  ((:file "cluck")))