Magellan Linux

Contents of /trunk/core/multiarch-wrapper/multiarch-wrapper-1.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33355 - (show annotations) (download)
Thu Jul 13 08:22:11 2023 UTC (10 months ago) by niro
File size: 408 byte(s)
-rev bump to 1.1-r3
1 # $Id$
2
3 PNAME="multiarch-wrapper"
4 PVER="1.1"
5 PBUILD="r3"
6
7 PCAT="sys-apps"
8
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 msetfeature "!check"
19
20 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25 mmake || die
26 }