Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/basesystem/basesystem-0.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6801 - (show annotations) (download)
Wed Jul 22 13:05:34 2015 UTC (8 years, 11 months ago) by niro
File size: 1494 byte(s)
-ver bump to 0.7.1-r1; added f2fs-tools
1 # $Id$
2
3 PNAME="basesystem"
4 PVER="0.7.1"
5 PBUILD="r1"
6
7 PKGTYPE="virtual"
8
9 PCATEGORIE="fake"
10
11 DESCRIPTION="ALX Core Pakages based on kernel-2.6 layout"
12 HOMEPAGE="http://www.magellan-linux.net"
13
14 DEPEND=">= app-mage/mage-0.4
15 >= virtual/initscripts
16 >= virtual/devmanager
17 >= virtual/kernel
18 >= virtual/x11
19 >= sys-libs/libstdc++-4.5
20 >= sys-apps/coreutils-8.10
21 >= sys-libs/zlib-1.2.5
22 >= sys-apps/findutils-4.4
23 >= sys-apps/gawk-3.1.8
24 >= virtual/less
25 >= virtual/net-tools
26 >= virtual/inetutils
27 >= virtual/kbd
28 >= sys-fs/e2fsprogs-1.41
29 >= sys-fs/f2fs-tools-1.4
30 >= virtual/grep
31 >= sys-apps/grub-0.97
32 >= sys-apps/module-init-tools-3.12
33 >= virtual/procps
34 >= virtual/psmisc
35 >= virtual/tar
36 >= sys-apps/util-linux-2.19
37 >= app-editors/nano-2.2
38 >= virtual/dhcp
39 >= virtual/wget
40 >= net-misc/rsync-3
41 >= sys-apps/diffutils-3
42 >= x11-wm/fluxbox-1.3
43 >= net-misc/ica-client-11
44 >= net-misc/dropbear-0.53
45 >= sys-apps/hwinfo-18.1
46 >= dev-db/mysql-5.1
47 >= app-admin/sudo-1.8
48 >= net-misc/tigervnc-1.0
49 >= net-print/lprng-3.8
50 >= x11-misc/idesk-0.7.5
51 >= x11-misc/xlockmore-5.33
52 >= x11-misc/xautolock-2.2
53 >= net-wlan/wireless-tools-30
54 >= net-wlan/wpa-supplicant-0.7.3
55 >= x11-misc/slim-1.3.2
56 >= app-alx/alxconfig-ng-0.6
57 >= sys-apps/mage-release-0
58 >= net-fs/samba-3.5
59 >= media-fonts/corefonts-2"
60
61 NOPKGBUILD=true
62
63 REMOVE_DEPRECATED_MAGE_TARGETS=1
64 sminclude alx
65
66 src_install()
67 {
68 echo
69 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
70 echo "No Package will be build."
71 echo
72 }