blob: 01bd572730585d0a12c919ca1f58338abb0bd033 (
plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
PACKAGES = gpe-base-depends gpe-task-base gpe-task-settings gpe-task-pim sectest-task-apps gpe-task-games
DESCRIPTION = "Meta-package for GPE Security Testing Image"
MAINTAINER = "Bob Davies tyggerbob@rogers.com>"
PR = "r5"
ALLOW_EMPTY = "1"
RDEPENDS_gpe-base-depends := "\
diet-x11 \
virtual/xserver"
RDEPENDS_gpe-task-base := "\
bluez-utils-dbus \
matchbox \
xcursor-transparent-theme \
rxvt-unicode \
gtk2-theme-angelistic \
xst \
xhost \
xrdb \
gpe-soundserver \
ttf-bitstream-vera \
gpe-dm \
gpe-login \
gpe-session-scripts \
gpe-icons \
gpe-confd \
gpe-autostarter \
libgtkstylus \
detect-stylus \
gdk-pixbuf-loader-png \
gdk-pixbuf-loader-xpm \
gdk-pixbuf-loader-jpeg \
pango-module-basic-x \
pango-module-basic-fc"
RDEPENDS_gpe-task-pim := "\
figment"
RDEPENDS_gpe-task-settings := "\
matchbox-panel-manager \
gpe-bluetooth \
gpe-beam \
gpe-su \
gpe-conf \
gpe-clock \
gpe-mininet \
gpe-mixer \
gpe-package \
gpe-shield \
gpe-taskmanager \
keylaunch \
minilite \
xmonobut"
RDEPENDS_sectest-task-apps := "\
gpe-edit \
gpe-calculator \
gpe-clock \
gpe-terminal \
gpe-watch \
gpe-what \
matchbox-panel-hacks \
gpe-aerial \
mbmerlin \
nmap \
ettercap \
stunnel \
curl \
dsniff \
prismstumbler \
tcpdump \
kismet \
hydra \
thcrut \
driftnet \
miniclipboard"
# FIXME - we shouldn't need this. which packages don't set their dependencies correctly?
DEPENDS += "matchbox-themes-extra gtk-industrial-engine"
LICENSE = "MIT"
|