Magellan Linux

Contents of /smage/trunk/core/livecdsystem-mcore/livecdsystem-mcore-0.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1220 - (show annotations) (download)
Sat Jan 29 12:30:37 2011 UTC (13 years, 3 months ago) by niro
File size: 925 byte(s)
-ver bump to 0.2-r1
1 # $Id: livecdsystem-mcore-0.1-r1.smage2 374 2010-05-04 16:41:45Z niro $
2
3 PNAME="livecdsystem-mcore"
4 PVER="0.2"
5 PBUILD="r1"
6
7 PKGTYPE="virtual"
8
9 PCATEGORIE="fake"
10 STATE="unstable"
11
12 DESCRIPTION="mCore LiveCD Pakages based on kernel-2.6 layout."
13 HOMEPAGE="http://www.magellan-linux.net"
14
15 DEPEND=">= app-mage/mage-0.4.23
16 >= sys-apps/busybox-1.17
17 >= sys-apps/busybox-initscripts-0.1.11
18 >= virtual/devmanager
19 >= virtual/kernel
20 >= sys-libs/libstdc++-4.3
21 >= sys-apps/coreutils-8.9
22 >= sys-libs/zlib-1.2.5
23 >= sys-apps/findutils-4.4
24 >= sys-apps/gawk-3.1
25 >= sys-apps/module-init-tools-3.12
26 >= app-editors/nano-2.2
27 >= net-misc/rsync-3.0.7
28 >= sys-apps/diffutils-3.0
29 >= net-misc/dropbear-0.52
30 >= app-admin/sudo-1.7
31 >= sys-fs/e2fsprogs-1.41"
32
33 # note: this is only a fake smage2
34 NOPKGBUILD=true
35
36 src_install()
37 {
38 echo
39 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
40 echo "No Package will be build."
41 echo
42 }