Magellan Linux

Contents of /smage/trunk/extras/mcore-install/mcore-install-0.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1663 - (show annotations) (download)
Thu Mar 10 22:10:13 2011 UTC (13 years, 1 month ago) by niro
File size: 477 byte(s)
-ver bump to 0.4.2; set ext4 as default filesystem
1 # $Id$
2
3 PNAME="mcore-install"
4 PVER="0.4.2"
5 PBUILD="r1"
6
7 PCATEGORIE="app-mcore"
8 STATE="unstable"
9
10 DESCRIPTION="minimalistic installer for mCore."
11 HOMEPAGE="http://www.magellan-linux.net/"
12
13 DEPEND=">= dev-util/dialog-1
14 >= sys-apps/hwinfo-18.1"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
20
21 src_prepare()
22 {
23 munpack ${SRCFILE} || die
24 }
25
26 src_install()
27 {
28 cd ${SRCDIR}
29 make DESTDIR=${BINDIR} install || die
30 }