Magellan Linux

Contents of /smage/trunk/extras/alxinstall-ng/alxinstall-ng-0.3.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1171 - (show annotations) (download)
Tue Aug 4 22:41:41 2009 UTC (14 years, 9 months ago) by niro
File size: 465 byte(s)
auto added: ver bump to 0.3.3-r1
1 # $Id$
2
3 PNAME="alxinstall-ng"
4 PVER="0.3.3"
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