Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1280 - (show annotations) (download)
Fri Feb 4 22:32:19 2011 UTC (13 years, 2 months ago) by niro
File size: 452 byte(s)
auto added: ver bump to 0.3.7-r1
1 # $Id$
2
3 PNAME="mcore-install"
4 PVER="0.3.7"
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
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
19
20 src_prepare()
21 {
22 munpack ${SRCFILE} || die
23 }
24
25 src_install()
26 {
27 cd ${SRCDIR}
28 make DESTDIR=${BINDIR} install || die
29 }