Magellan Linux

Annotation of /branches/R11-stable/core/multiarch-wrapper/multiarch-wrapper-1.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9929 - (hide annotations) (download)
Sat Jan 14 23:46:29 2012 UTC (12 years, 5 months ago) by niro
Original Path: trunk/core/multiarch-wrapper/multiarch-wrapper-1.1-r2.smage2
File size: 387 byte(s)
auto added: ver bump to 1.1-r2
1 niro 7532 # $Id$
2    
3     PNAME="multiarch-wrapper"
4     PVER="1.1"
5     PBUILD="r2"
6    
7 niro 9929 PCAT="sys-apps"
8 niro 7532
9     DESCRIPTION="multiarch wrapper tool to run the right binary on multi-arch systems."
10     HOMEPAGE="http://magellan-linux.de"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
20    
21     src_compile()
22     {
23     cd ${SRCDIR}
24     mmake || die
25 niro 9929 }