Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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