Magellan Linux

Contents of /branches/magellan-next/core/multiarch-wrapper/multiarch-wrapper-1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6323 - (show annotations) (download)
Fri Aug 20 16:17:18 2010 UTC (13 years, 9 months ago) by niro
File size: 355 byte(s)
auto added: ver bump to 1.0-r1
1 # $Id$
2
3 PNAME="multiarch-wrapper"
4 PVER="1.0"
5 PBUILD="r1"
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}"
17
18 sminclude mbuild
19
20 SRC_URI=( mirror://${PNAME}/${SRCFILE} )