Make stub package for pango
[cl-gtk2.git] / pango / cl-gtk2-pango.asd
diff --git a/pango/cl-gtk2-pango.asd b/pango/cl-gtk2-pango.asd
new file mode 100644 (file)
index 0000000..40be8dc
--- /dev/null
@@ -0,0 +1,9 @@
+(defsystem :cl-gtk2-pango
+  :name :cl-gtk2-pango
+  :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
+  :license "LLGPL"
+  :serial t
+  :components ((:file "pango.package")
+               (:file "pango.init")
+               (:file "pango"))
+  :depends-on (:cl-gtk2-glib :iterate))
\ No newline at end of file