Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/livecdsystem/livecdsystem-0.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1961 - (show annotations) (download)
Fri May 6 22:36:16 2011 UTC (13 years, 1 month ago) by niro
File size: 1007 byte(s)
-added alxinstall-ng
1 # $Id$
2
3 PNAME="livecdsystem"
4 PVER="0.7.0"
5 PBUILD="r1"
6
7 PKGTYPE="virtual"
8
9 PCATEGORIE="fake"
10 STATE="unstable"
11
12 DESCRIPTION="ALX LiveCD Pakages based on kernel-2.6 layout."
13 HOMEPAGE="http://www.magellan-linux.net"
14
15 # mkinitrd is only needed for the livecd
16 DEPEND=">= app-mage/mage-0.4.25
17 >= sys-apps/busybox-1.17
18 >= sys-apps/busybox-initscripts-0.1.14
19 >= virtual/devmanager
20 >= sys-apps/mkinitrd-6.3.5
21 >= virtual/kernel
22 >= sys-libs/libstdc++-4.5
23 >= sys-apps/coreutils-8.10
24 >= sys-libs/zlib-1.2.5
25 >= sys-apps/findutils-4.4
26 >= sys-apps/gawk-3.1
27 >= sys-apps/module-init-tools-3.12
28 >= app-editors/nano-2.2
29 >= net-misc/rsync-3.0.7
30 >= sys-apps/diffutils-3.0
31 >= net-misc/dropbear-0.53
32 >= app-admin/sudo-1.8
33 >= sys-fs/e2fsprogs-1.41
34 >= dev-util/dialog-1.1_2011
35 >= sys-apps/hwinfo-18.1
36 >= app-alx/alxinstall-0.3.6"
37
38 # note: this is only a fake smage2
39 NOPKGBUILD=true
40
41 src_install()
42 {
43 echo
44 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
45 echo "No Package will be build."
46 echo
47 }