Magellan Linux

Annotation of /smage/branches/alx-0_6_0/core/basesystem/basesystem-0.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1937 - (hide annotations) (download)
Fri May 6 18:34:37 2011 UTC (13 years ago) by niro
File size: 3129 byte(s)
-added wpa-supplicant
1 niro 1918 # $Id$
2    
3     PNAME="basesystem"
4     PVER="0.7.0"
5     PBUILD="r1"
6    
7     PKGTYPE="virtual"
8    
9     PCATEGORIE="fake"
10     STATE="unstable"
11    
12     DESCRIPTION="ALX Core Pakages based on kernel-2.6 layout"
13     HOMEPAGE="http://www.magellan-linux.net"
14    
15     DEPEND=">= app-mage/mage-0.4
16     >= virtual/initscripts
17     >= virtual/devmanager
18     >= virtual/kernel
19     >= virtual/x11
20     >= sys-libs/libstdc++-4.5
21     >= sys-apps/coreutils-8.10
22     >= sys-libs/zlib-1.2.5
23     >= sys-apps/findutils-4.4
24     >= sys-apps/gawk-3.1.8
25     >= virtual/less
26     >= virtual/net-tools
27     >= virtual/inetutils
28     >= virtual/kbd
29     >= sys-fs/e2fsprogs-1.41
30     >= virtual/grep
31     >= sys-apps/grub-0.97
32     >= sys-apps/module-init-tools-3.12
33     >= virtual/procps
34     >= virtual/psmisc
35     >= sys-apps/shadow-4.1
36     >= virtual/tar
37     >= sys-apps/util-linux-2.19
38     >= app-editors/nano-2.2
39     >= virtual/dhcp
40     >= virtual/wget
41     >= net-misc/rsync-3
42     >= sys-apps/diffutils-3
43     >= x11-wm/fluxbox-1.3
44     >= net-misc/ica-client-11
45     >= net-misc/dropbear-0.53
46     >= sys-apps/hwinfo-18.1
47     >= dev-db/mysql-5.1
48     >= app-admin/sudo-1.8
49     >= net-misc/tigervnc-1.0
50     >= x11-misc/xtdesktop-0.7b
51     >= x11-misc/xlockmore-5.33
52     >= x11-misc/xautolock-2.2
53 niro 1937 >= net-wlan/wireless-tools-30
54     >= net-wlan/wpa-supplicant-0.7.3"
55 niro 1918 # >= app-alx/alxconfig-ng-0.1
56     # >= x11-misc/xdialog-2.1.1
57     # >= dev-lang/perl-5
58     # >= sys-apps/ddcxinfo-knoppix-0.6"
59    
60     NOPKGBUILD=true
61    
62     REMOVE_DEPRECATED_MAGE_TARGETS=1
63     sminclude alx
64    
65     src_install()
66     {
67     echo
68     echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
69     echo "No Package will be build."
70     echo
71     }
72    
73     #alx_preinstall()
74     #{
75     ## abort if not found
76     #[ -x /sbin/magequery ] || ( echo "/sbin/magequery not executable ..."; return 0 )
77     #echo
78     #echo "Checking for old kernel-alx package ..."
79     #mount /boot &> /dev/null
80     #[ -n "$(magequery -n kernel${MAGE_TARGETS})" ] && mage uninstall kernel${MAGE_TARGETS}
81    
82     ## select other pkgs for unistall
83     #for i in devfsd \
84     #modutils \
85     #opengl-update-magellan \
86     #file \
87     #procinfo \
88     #texinfo \
89     #fcron \
90     #logrotate \
91     #libol \
92     #syslog-ng \
93     #xfree \
94     #hwdata-knoppix \
95     #hwsetup \
96     #hotplug \
97     #vnc
98     #do
99     #echo
100     #echo "Checking for old ${i}-alx package ..."
101     #[ -n "$(magequery -n ${i}${MAGE_TARGETS})" ] && MAGE_UNINSTALL_TIMEOUT=0 mage uninstall ${i}${MAGE_TARGETS}
102     #done
103    
104     #for i in fcron syslog-ng
105     #do
106     #rc-config del ${i}
107     #done
108     #}
109    
110     #alx_postinstall() {
111     #[ -f /etc/conf.d/kernel ] && \
112     #sed -i "s:^\(RC_VERBOSE_LEVEL=\).*:\10:" /etc/conf.d/kernel
113    
114     #[ -z "$(magequery -n xorg${MAGE_TARGETS})" ] && mage install xorg${MAGE_TARGETS}
115     #[ -z "$(magequery -n kernel26-alx${MAGE_TARGETS})" ] && mage install kernel26-alx${MAGE_TARGETS}
116    
117     ## remove old alxconfig-ng package (without targets)
118     #[ -n "$(magequery -n alxconfig-ng)" ] && mage uninstall alxconfig-ng
119    
120     ## where are so new, force rerun of the hwdetection
121     #touch /hardware-auto-detection
122     #}
123    
124     #preinstall() {
125     #if target_alx; then
126     #alx_preinstall
127     #else
128     #echo "MAGE_TARGET is not -alx but ${MAGE_TARGETS}."
129     #echo "Not running alx_preinstall() ..."
130     #fi
131     #}
132    
133     #postinstall() {
134     #if target_alx; then
135     #alx_postinstall
136     #else
137     #echo "MAGE_TARGET is not -alx but ${MAGE_TARGETS}."
138     #echo "Not running alx_postinstall() ..."
139     #fi
140     #}