License
Annotate for file kde.mbd
2010-04-03 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
17:29:08 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :kde ()
' 6 (:version 0 0 1)
' 7 (:documentation "Smoke KDE bindings.")
' 8 (:keywords "GUI" "KDE")
' 9 (:author "Tobias Rautenkranz")
2009-04-14 tobias 10 (:license "GPL with linking exception")
2010-04-03 tobias 11 (:needs :qt)
17:29:08 ' 12 (:components
' 13 ("src" module
' 14 (:components
' 15 "package"
' 16 ("dr-konqi" (:needs "package"))
' 17 ("kde" (:needs "package" "dr-konqi"))
' 18 ("application" (:needs "package" "kde"))
' 19 ("standard-action" (:needs "package" "kde"))))))