Magellan Linux

Annotation of /smage/trunk/extras/mcore-install/mcore-install-0.4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1610 - (hide annotations) (download)
Fri Mar 4 17:13:21 2011 UTC (13 years, 2 months ago) by niro
File size: 477 byte(s)
auto added: ver bump to 0.4.1-r1
1 niro 1610 # $Id$
2    
3     PNAME="mcore-install"
4     PVER="0.4.1"
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     }