-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathezd.egg
More file actions
49 lines (49 loc) · 1.11 KB
/
Copy pathezd.egg
File metadata and controls
49 lines (49 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
((license "BSD")
(category ui)
(author "Joel Bartlett")
(maintainer "Adrien (Kooda) Ramos")
(synopsis "easy drawing for programs on X displays")
(dependencies srfi-1 srfi-18 scheme2c-compatibility xlib)
(components
(extension
ezd
(source-dependencies
"scheme2c.scm"
"commands.sch"
"display.sch"
"window.sch"
"view.sch"
"drawing.sch"
"graphic.sch"
"psdraw.sch"
"events.sch"
"ezd.sch"
"interact.sch"
"struct.scm"
"match.scm"
"commands.scm"
"ginfo.scm"
"display.scm"
"window.scm"
"drawing.scm"
"view.scm"
"graphic.scm"
"rectangle.scm"
"line.scm"
"text.scm"
"arc.scm"
"quilt.scm"
"psdraw.scm"
"events.scm"
"interact.scm"
"stringinput.scm"
"popupmenu.scm"
"buttons.scm"
"slider.scm"
"textree.scm"
"jtextree.scm"
"textdrawing.scm"
"mouseedit.scm"
"transpbuttons.scm"))
(extension ezd-external)
(program ezdprog (component-dependencies ezd) (install-name ezd))))