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 1938 - (show annotations) (download)
Fri May 6 18:53:39 2011 UTC (13 years, 1 month ago) by niro
File size: 916 byte(s)
-ver bump to 0.7.0-r1
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 DEPEND=">= app-mage/mage-0.4.25
16 >= sys-apps/busybox-1.17
17 >= sys-apps/busybox-initscripts-0.1.14
18 >= virtual/kernel
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
24 >= sys-apps/module-init-tools-3.12
25 >= app-editors/nano-2.2
26 >= net-misc/rsync-3.0.7
27 >= sys-apps/diffutils-3.0
28 >= net-misc/dropbear-0.53
29 >= app-admin/sudo-1.8
30 >= sys-fs/e2fsprogs-1.41
31 >= dev-util/dialog-1.1_2011
32 >= sys-apps/hwinfo-18.1"
33 #>= app-alx/alxinstall-0.3.7
34
35 # note: this is only a fake smage2
36 NOPKGBUILD=true
37
38 src_install()
39 {
40 echo
41 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
42 echo "No Package will be build."
43 echo
44 }