Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5360 - (show annotations) (download)
Wed Jan 8 15:47:12 2014 UTC (10 years, 3 months ago) by niro
File size: 919 byte(s)
add missing plymouth-alx-theme
1 # $Id$
2
3 PNAME="livecdsystem"
4 PVER="0.7.93"
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 >= dev-util/dialog-1.1_2012
32 >= sys-apps/hwinfo-20.0
33 >= x11-themes/plymouth-theme-alx-1.1
34 >= app-mage/installer-simple-0.4.90"
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 }