Magellan Linux

Annotation of /smage/branches/alx-0_6_0/core/alxinstall-ng/alxinstall-ng-0.3.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2018 - (hide annotations) (download)
Mon May 9 18:44:30 2011 UTC (13 years, 1 month ago) by niro
File size: 521 byte(s)
-remove old targets
1 niro 1960 # $Id$
2    
3     PNAME="alxinstall-ng"
4     PVER="0.3.6"
5 niro 1963 PBUILD="r2"
6 niro 1960
7     PCATEGORIE="app-alx"
8     STATE="unstable"
9    
10     DESCRIPTION="minimalistic installer for alx."
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 niro 2018 REMOVE_DEPRECATED_MAGE_TARGETS=1
22     sminclude alx
23    
24 niro 1960 src_prepare()
25     {
26     munpack ${SRCFILE} || die
27     }
28    
29     src_install()
30     {
31     cd ${SRCDIR}
32     make DESTDIR=${BINDIR} install || die
33     }