Magellan Linux

Contents of /smage/trunk/core/livecdsystem/livecdsystem-0.7.80-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3163 - (show annotations) (download)
Fri Sep 9 12:03:36 2011 UTC (12 years, 9 months ago) by niro
File size: 1001 byte(s)
-do not search for deprecated targets
1 # $Id$
2
3 PNAME="livecdsystem"
4 PVER="0.7.80"
5 PBUILD="r1"
6
7 PKGTYPE="virtual"
8
9 PCATEGORIE="fake"
10
11 DESCRIPTION="ALX LiveCD Pakages based on kernel-2.6 layout."
12 HOMEPAGE="http://www.magellan-linux.net"
13
14 # mkinitrd is only needed for the livecd
15 DEPEND=">= app-mage/mage-0.4.29
16 >= sys-apps/busybox-1.19
17 >= sys-apps/busybox-initscripts-0.7
18 >= virtual/devmanager
19 >= sys-apps/mkinitrd-6.5
20 >= virtual/kernel
21 >= sys-libs/libstdc++-4.6
22 >= sys-apps/coreutils-8.13
23 >= sys-libs/zlib-1.2.5
24 >= sys-apps/findutils-4.4
25 >= sys-apps/gawk-4
26 >= sys-apps/module-init-tools-3.16
27 >= app-editors/nano-2.3
28 >= net-misc/rsync-3.0.8
29 >= sys-apps/diffutils-3
30 >= net-misc/dropbear-0.53
31 >= app-admin/sudo-1.8
32 >= sys-fs/e2fsprogs-1.41
33 >= dev-util/dialog-1.1_2011
34 >= sys-apps/hwinfo-18.5
35 >= app-alx/alxinstall-ng-0.3.10"
36
37 # note: this is only a fake smage2
38 NOPKGBUILD=true
39
40 sminclude alx
41
42 src_install()
43 {
44 echo
45 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
46 echo "No Package will be build."
47 echo
48 }