Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9061 - (show annotations) (download)
Thu Jun 16 07:42:42 2016 UTC (7 years, 10 months ago) by niro
File size: 945 byte(s)
-fixed missing f2fs-tools dependency
1 # $Id$
2
3 PNAME="livecdsystem"
4 PVER="0.7.94"
5 PBUILD="r1"
6
7 PKGTYPE="virtual"
8 PCAT="fake"
9
10 DESCRIPTION="ALX LiveCD Pakages based on kernel-2.6 layout."
11 HOMEPAGE="http://www.magellan-linux.net"
12
13 DEPEND=">= app-mage/mage-0.4.92
14 >= sys-apps/busybox-1.20
15 >= virtual/initscripts
16 >= virtual/devmanager
17 >= virtual/initramfs-tools
18 >= virtual/kernel
19 >= sys-libs/libstdc++-4.8
20 >= sys-apps/coreutils-8.20
21 >= sys-libs/zlib-1.2.7
22 >= sys-apps/findutils-4.4
23 >= sys-apps/gawk-4
24 >= virtual/module-tools
25 >= app-editors/nano-2.2
26 >= net-misc/rsync-3.0.9
27 >= sys-apps/diffutils-3.2
28 >= virtual/ssh-server
29 >= app-admin/sudo-1.8
30 >= sys-fs/e2fsprogs-1.42
31 >= sys-fs/f2fs-tools-1.6
32 >= dev-util/dialog-1.1_2012
33 >= sys-apps/hwinfo-20.0
34 >= x11-themes/plymouth-theme-alx-1.1
35 >= app-mage/installer-simple-0.4.90"
36
37 sminclude alx
38
39 src_install()
40 {
41 echo
42 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
43 echo "No Package will be build."
44 echo
45 }