Magellan Linux

Annotation of /trunk/extras/magellan-installer/magellan-installer-0.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5399 - (hide annotations) (download)
Sun May 30 19:33:27 2010 UTC (13 years, 11 months ago) by niro
File size: 1901 byte(s)
auto added: ver bump to 0.1.0-r1
1 niro 5399 # $Id$
2    
3     PNAME="magellan-installer"
4     PVER="0.1.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-mage"
8     STATE="unstable"
9    
10     HOMEPAGE="http://magellan-linux.de/"
11    
12     SRCFILE="installer-${PVER}.tar.bz2"
13     SRCDIR="${BUILDDIR}/installer-${PVER}"
14    
15     SPLIT_PACKAGES="magellan-installer-common magellan-installer-ncurses magellan-installer-gtk"
16    
17     SRC_URI=( mirror://installer/${SRCFILE} )
18    
19     split_info_magellan-installer-common()
20     {
21     DESCRIPTION="Magellan Installer - comon files."
22     DEPEND=">= app-admin/sudo-1.7
23     >= sys-apps/hwinfo-16
24     >= sys-apps/mkinitrd-6
25     >= sys-apps/coreutils-7.6
26     >= sys-apps/util-linux-2.16
27     >= sys-apps/sed-4
28     >= sys-apps/findutils-4.4
29     >= sys-fs/e2fsprogs-1.41
30     >= sys-fs/reiserfsprogs-3.6
31     >= sys-fs/parted-1.8.8
32     >= sys-fs/dosfstools-2.11
33     >= sys-fs/reiser4progs-1.0.7
34     >= sys-fs/xfsprogs-3
35     >= sys-fs/ntfsprogs-2
36     >= app-mage/mage-0.4.20
37     >= app-mage/mage-bootstrap-1.9"
38     }
39    
40     split_info_magellan-installer-ncurses()
41     {
42     DESCRIPTION="Magellan Installer - ncurses gui."
43     DEPEND=">= app-mage/magellan-installer-common-${PVER}
44     >= dev-util/dialog-1.1"
45     }
46    
47     split_info_magellan-installer-gtk()
48     {
49     DESCRIPTION="Magellan Installer - gtk2+ gui."
50     DEPEND=">= app-mage/magellan-installer-common-${PVER}
51     >= x11-base/kdrive-1.8
52     >= x11-libs/libXres-1
53     >= x11-terms/xterm-256
54     >= x11-apps/xset-1.1
55     >= x11-apps/setxkbmap-1.1
56     >= x11-apps/xsetroot-1
57     >= x11-wm/fluxbox-1.1
58     >= x11-terms/eterm-0.9.5
59     >= app-mage/installer-gtkdialog3-0.7.20
60     >= app-mage/installer-gparted-0.5
61     >= media-fonts/font-adobe-75dpi-1
62     >= media-fonts/corefonts-2"
63     }
64    
65     src_prepare()
66     {
67     munpack ${SRCFILE} || die
68     }
69    
70     src_install_magellan-installer-common()
71     {
72     cd ${SRCDIR}
73     make DESTDIR=${BINDIR} install-common || die
74     }
75    
76     src_install_magellan-installer-ncurses()
77     {
78     cd ${SRCDIR}
79     make DESTDIR=${BINDIR} install-ncurses || die
80     }
81    
82     src_install_magellan-installer-common()
83     {
84     cd ${SRCDIR}
85     make DESTDIR=${BINDIR} install-gtk || die
86     }

Properties

Name Value
svn:keywords Id