Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1219 - (hide annotations) (download)
Sat Jan 29 12:28:59 2011 UTC (13 years, 3 months ago) by niro
File size: 2021 byte(s)
-fixed missing dependencies
1 niro 1219 # $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    
49     # >= x11-misc/xlockmore-5.24
50     # >= x11-misc/xautolock-2.2
51    
52    
53     #>= x11-misc/xtdesktop-0.7
54     #>= app-text/xmlstarlet-1
55     #>= dev-db/mysql5-5.1
56     #>= app-alx/tinyalxconfig-ng-0.1
57     #>= sys-apps/dbus-1.2
58     #>= sys-apps/hal-0.5.12
59     #>= sys-apps/hwinfo-16.0
60     #>= x11-apps/xrandr-1.3
61     #>= net-misc/tigervnc-0.0.90
62     #>= net-wlan/wpa-supplicant-0.5
63     #>= net-misc/netcat-ssl-0.0.5
64     #>= x11-apps/xinput-1.4
65    
66     # disabled, using busybox alternatives
67     # >= net-fs/samba-2
68     # >= x11-misc/xdialog-2.1.1
69     # >= net-misc/vnc-4
70     # >= net-wlan/wireless-tools-27
71     # >= net-wlan/wpa-supplicant-0.2.4
72    
73     # dropped deprecated hardware detection stuff
74     # >= sys-apps/ddcxinfo-knoppix-0.6
75     # >= sys-apps/hwdata-knoppix-0.172
76     # >= sys-apps/hwsetup-1.2
77    
78     # note: this is only a fake smage2
79     NOPKGBUILD=true
80    
81     src_install()
82     {
83     echo
84     echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
85     echo "No Package will be build."
86     echo
87     }