Magellan Linux

Contents of /smage/branches/alx-0_9_0/alxinstall-ng/alxinstall-ng-0.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1271 - (show annotations) (download)
Tue Dec 29 12:48:37 2009 UTC (14 years, 5 months ago) by niro
File size: 572 byte(s)
renamed branch_0.9.0 to alx-0_9_0
1 # $Header: /alx-cvs/smage-eglibc/alxinstall-ng/alxinstall-ng-0.3.1-r1.smage2,v 1.1 2008/06/28 00:39:16 niro Exp $
2
3 PNAME="alxinstall-ng"
4 PVER="0.3.1"
5 PBUILD="r1"
6
7 PCATEGORIE="app-alx"
8 STATE="unstable"
9
10 DESCRIPTION="alxinstall-ng, the alx installer."
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 sminclude alx
19
20 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21
22 src_prepare()
23 {
24 munpack ${SRCFILE} || die
25 }
26
27 src_install()
28 {
29 cd ${SRCDIR}
30 make DESTDIR=${BINDIR} install || die
31 }

Properties

Name Value
svn:keywords Id