Magellan Linux

Annotation of /smage/branches/alx-0_6_0/core/alxinstall-ng/alxinstall-ng-0.3.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4852 - (hide annotations) (download)
Mon May 13 12:21:03 2013 UTC (11 years ago) by niro
File size: 505 byte(s)
auto added: ver bump to 0.3.14-r1
1 niro 4852 # $Id$
2    
3     PNAME="alxinstall-ng"
4     PVER="0.3.14"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-alx"
8    
9     DESCRIPTION="minimalistic installer for alx."
10     HOMEPAGE="http://www.magellan-linux.net/"
11    
12     DEPEND=">= dev-util/dialog-1
13     >= sys-apps/hwinfo-18.1"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
19    
20     REMOVE_DEPRECATED_MAGE_TARGETS=1
21     sminclude alx
22    
23     src_prepare()
24     {
25     munpack ${SRCFILE} || die
26     }
27    
28     src_install()
29     {
30     cd ${SRCDIR}
31     make DESTDIR=${BINDIR} install || die
32     }