Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6798 - (show annotations) (download)
Wed Jul 22 09:40:02 2015 UTC (8 years, 9 months ago) by niro
File size: 1067 byte(s)
-ver bumpt to 0.7.1-r1, provide f2fs-tools on livecd
1 # $Id$
2
3 PNAME="livecdsystem"
4 PVER="0.7.1"
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.25
16 >= sys-apps/busybox-1.17
17 >= sys-apps/busybox-initscripts-0.1.14
18 >= virtual/devmanager
19 >= sys-apps/mkinitrd-6.3.5
20 >= virtual/kernel
21 >= sys-libs/libstdc++-4.5
22 >= sys-apps/coreutils-8.10
23 >= sys-libs/zlib-1.2.5
24 >= sys-apps/findutils-4.4
25 >= sys-apps/gawk-3.1
26 >= sys-apps/module-init-tools-3.12
27 >= app-editors/nano-2.2
28 >= net-misc/rsync-3.0.7
29 >= sys-apps/diffutils-3.0
30 >= net-misc/dropbear-0.53
31 >= app-admin/sudo-1.8
32 >= sys-fs/e2fsprogs-1.41
33 >= sys-fs/f2fs-tools-1.4
34 >= dev-util/dialog-1.1_2011
35 >= sys-apps/hwinfo-18.1
36 >= app-alx/alxinstall-ng-0.3.6"
37
38 # note: this is only a fake smage2
39 NOPKGBUILD=true
40
41 REMOVE_DEPRECATED_MAGE_TARGETS=1
42 sminclude alx
43
44 src_install()
45 {
46 echo
47 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
48 echo "No Package will be build."
49 echo
50 }