Magellan Linux

Contents of /smage/trunk/core/basesystem-mcore/basesystem-mcore-0.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1311 - (show annotations) (download)
Sun Feb 6 23:59:52 2011 UTC (13 years, 2 months ago) by niro
File size: 2051 byte(s)
-added mcore-tools dependency
1 # $Id: basesystem-mcore-0.1-r1.smage2 307 2010-04-27 23:40:58Z niro $
2
3 PNAME="basesystem-mcore"
4 PVER="0.2"
5 PBUILD="r1"
6
7 PKGTYPE="virtual"
8
9 PCATEGORIE="fake"
10 STATE="unstable"
11
12 DESCRIPTION="tinyALX Core Pakages based on kernel-2.6 layout"
13 HOMEPAGE="http://www.magellan-linux.net"
14
15 DEPEND=">= app-mage/mage-0.4.23
16 >= sys-apps/busybox-1.17
17 >= sys-apps/busybox-initscripts-0.1.11
18 >= virtual/devmanager
19 >= virtual/kernel
20 >= sys-libs/libstdc++-4.5
21 >= sys-libs/zlib-1.2.5
22 >= sys-apps/coreutils-8.9
23 >= sys-apps/findutils-4.4
24 >= sys-apps/gawk-3.1
25 >= sys-apps/grub-0.97
26 >= sys-apps/module-init-tools-3.12
27 >= sys-apps/util-linux-2.18
28 >= sys-apps/hwinfo-18.1
29 >= app-admin/sudo-1.7.4
30 >= sys-apps/diffutils-3.0
31 >= app-editors/nano-2.2
32 >= virtual/wget
33 >= net-misc/rsync-3.0.7
34 >= net-wlan/wireless-tools-30
35 >= net-misc/dropbear-0.52
36 >= net-misc/sslsvd-1
37 >= net-print/lprng-3.8
38 >= net-misc/ica-client-11
39 >= virtual/x11
40 >= virtual/x11-drivers
41 >= media-fonts/font-adobe-75dpi-1
42 >= x11-wm/fluxbox-1.1.1
43 >= x11-misc/slim-1.3
44 >= x11-apps/xset-1.2
45 >= x11-apps/xrandr-1.3
46 >= x11-apps/setxkbmap-1.2
47 >= x11-terms/rxvt-2.7
48 >= app-mcore/mcore-tools-0.1"
49
50 # >= x11-misc/xlockmore-5.24
51 # >= x11-misc/xautolock-2.2
52
53
54 #>= x11-misc/xtdesktop-0.7
55 #>= app-text/xmlstarlet-1
56 #>= dev-db/mysql5-5.1
57 #>= app-alx/tinyalxconfig-ng-0.1
58 #>= sys-apps/dbus-1.2
59 #>= sys-apps/hal-0.5.12
60 #>= sys-apps/hwinfo-16.0
61 #>= x11-apps/xrandr-1.3
62 #>= net-misc/tigervnc-0.0.90
63 #>= net-wlan/wpa-supplicant-0.5
64 #>= net-misc/netcat-ssl-0.0.5
65 #>= x11-apps/xinput-1.4
66
67 # disabled, using busybox alternatives
68 # >= net-fs/samba-2
69 # >= x11-misc/xdialog-2.1.1
70 # >= net-misc/vnc-4
71 # >= net-wlan/wireless-tools-27
72 # >= net-wlan/wpa-supplicant-0.2.4
73
74 # dropped deprecated hardware detection stuff
75 # >= sys-apps/ddcxinfo-knoppix-0.6
76 # >= sys-apps/hwdata-knoppix-0.172
77 # >= sys-apps/hwsetup-1.2
78
79 # note: this is only a fake smage2
80 NOPKGBUILD=true
81
82 src_install()
83 {
84 echo
85 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
86 echo "No Package will be build."
87 echo
88 }