Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/livecdsystem/livecdsystem-0.9.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14609 - (hide annotations) (download)
Tue Aug 4 11:27:01 2020 UTC (3 years, 9 months ago) by niro
File size: 908 byte(s)
-release branches/alx07x-unstable
1 niro 14301 # $Id$
2    
3     PNAME="livecdsystem"
4     PVER="0.9.1"
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.114
14     >= sys-apps/busybox-1.32
15     >= virtual/initscripts
16     >= virtual/devmanager
17     >= virtual/initramfs-tools
18     >= virtual/kernel
19     >= sys-libs/libstdc++-8.3
20     >= sys-apps/coreutils-8.32
21     >= sys-libs/zlib-1.2.11
22     >= sys-apps/findutils-4.7
23     >= sys-apps/gawk-5
24     >= virtual/module-tools
25     >= app-editors/nano-4.9
26     >= net-misc/rsync-3.2
27     >= sys-apps/diffutils-3.7
28     >= virtual/ssh-server
29     >= app-admin/sudo-1.9
30     >= sys-fs/e2fsprogs-1.45
31     >= sys-fs/f2fs-tools-1.13
32     >= dev-util/dialog-1.3_2020
33     >= sys-apps/hwinfo-21.70
34     >= app-mage/installer-simple-0.4.91"
35    
36     sminclude alx
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     }