Magellan Linux

Annotation of /smage/trunk/core/basesystem/basesystem-0.7.96-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8322 - (hide annotations) (download)
Thu Jan 14 16:25:43 2016 UTC (8 years, 4 months ago) by niro
File size: 1488 byte(s)
-ver bump to 0.7.96-r1, added net-wlan/crda
1 niro 8322 # $Id$
2    
3     PNAME="basesystem"
4     PVER="0.7.96"
5     PBUILD="r1"
6    
7     PKGTYPE="virtual"
8     PCAT="fake"
9    
10     DESCRIPTION="ALX Core Pakages based on kernel-2.6 layout"
11     HOMEPAGE="http://www.magellan-linux.net"
12    
13     DEPEND=">= app-mage/mage-0.4
14     >= virtual/initscripts
15     >= virtual/devmanager
16     >= virtual/kernel
17     >= virtual/x11
18     >= virtual/x11-input-drivers
19     >= virtual/x11-video-drivers
20     >= sys-libs/libstdc++-5.2
21     >= sys-apps/coreutils-8.24
22     >= sys-libs/zlib-1.2.8
23     >= sys-apps/findutils-4.4
24     >= sys-apps/gawk-4
25     >= virtual/less
26     >= virtual/net-tools
27     >= virtual/inetutils
28     >= virtual/kbd
29     >= sys-fs/e2fsprogs-1.42
30     >= virtual/grep
31     >= sys-apps/grub-2.0
32     >= virtual/module-tools
33     >= virtual/procps
34     >= virtual/psmisc
35     >= virtual/tar
36     >= sys-apps/util-linux-2.27
37     >= app-editors/nano-2.4
38     >= virtual/dhcp
39     >= virtual/wget
40     >= net-misc/rsync-3.1
41     >= sys-apps/diffutils-3.2
42     >= virtual/windowmanager
43     >= net-misc/ica-client-13.2
44     >= virtual/ssh-server
45     >= sys-apps/hwinfo-21.12
46     >= app-admin/sudo-1.8
47     >= net-misc/tigervnc-1.5
48     >= net-print/lprng-3.8
49     >= x11-misc/idesk-0.7.5
50     >= x11-misc/xlockmore-5.46
51     >= x11-misc/xautolock-2.2
52     >= net-wlan/wireless-tools-30
53     >= net-wlan/wpa-supplicant-2.5
54     >= virtual/graphical-login
55     >= x11-themes/plymouth-theme-alx-1.1
56     >= app-mage/mcore-tools-0.1
57     >= sys-apps/mage-release-0.6.99
58     >= media-fonts/corefonts-2
59     >= net-wlan/crda-3.18"
60    
61     sminclude alx
62    
63     src_install()
64     {
65     echo
66     echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
67     echo "No Package will be build."
68     echo
69     }