chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781a1be
)
Initial checkin
author
espen
<espen>
Wed, 27 Oct 2004 15:32:01 +0000
(15:32 +0000)
committer
espen
<espen>
Wed, 27 Oct 2004 15:32:01 +0000
(15:32 +0000)
atk/atk.asd
[new file with mode: 0644]
patch
|
blob
diff --git a/atk/atk.asd
b/atk/atk.asd
new file mode 100644
(file)
index 0000000..
f974d75
--- /dev/null
+++ b/
atk/atk.asd
@@ -0,0
+1,16
@@
+;;; -*- Mode: lisp -*-
+
+(defpackage "ATK-SYSTEM"
+ (:use "COMMON-LISP" "ASDF" "PKG-CONFIG" "SHAREDLIB"))
+
+
+(in-package "ATK-SYSTEM")
+
+(pkg-exists-p "atk" :atleast-version "1.6.0")
+
+
+(defsystem atk
+ :depends-on (glib)
+ :components ((:file "defpackage")
+ (:file "atk" :depends-on ("defpackage"))
+ (:file "export" :depends-on ("atk"))))