Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1611 - (show annotations) (download)
Fri Mar 4 17:14:50 2011 UTC (13 years, 1 month ago) by niro
File size: 1884 byte(s)
-rev bump to 0.3-r1: added xlockmore and xautolock
1 # $Id$
2
3 PNAME="basesystem-mcore"
4 PVER="0.3"
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/tigervnc-1.0.90
39 >= net-misc/ica-client-11
40 >= virtual/x11
41 >= virtual/x11-drivers
42 >= media-fonts/font-adobe-75dpi-1
43 >= x11-wm/fluxbox-1.1.1
44 >= x11-misc/slim-1.3
45 >= x11-apps/xset-1.2
46 >= x11-apps/xrandr-1.3
47 >= x11-apps/setxkbmap-1.2
48 >= x11-terms/rxvt-2.7
49 >= x11-misc/xlockmore-5.32
50 >= x11-misc/xautolock-2.2
51 >= app-mcore/mcore-tools-0.1"
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 #>= net-wlan/wpa-supplicant-0.5
58 #>= net-misc/netcat-ssl-0.0.5
59 #>= x11-apps/xinput-1.4
60
61 # disabled, using busybox alternatives
62 # >= net-fs/samba-2
63 # >= x11-misc/xdialog-2.1.1
64 # >= net-misc/vnc-4
65 # >= net-wlan/wireless-tools-27
66 # >= net-wlan/wpa-supplicant-0.2.4
67
68 # dropped deprecated hardware detection stuff
69 # >= sys-apps/ddcxinfo-knoppix-0.6
70 # >= sys-apps/hwdata-knoppix-0.172
71 # >= sys-apps/hwsetup-1.2
72
73 # note: this is only a fake smage2
74 NOPKGBUILD=true
75
76 src_install()
77 {
78 echo
79 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
80 echo "No Package will be build."
81 echo
82 }