Magellan Linux

Contents of /branches/R11-unstable/core/libx86emu/libx86emu-1.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25005 - (show annotations) (download)
Tue Nov 25 02:48:47 2014 UTC (9 years, 5 months ago) by niro
File size: 641 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libx86emu"
4 PVER="1.1"
5 PBUILD="r3"
6
7 PCAT="sys-libs"
8
9 DESCRIPTION="x86 emulation library."
10 HOMEPAGE="http://www.opensuse.org"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mtools mbuild
18 msetfeature "!check"
19
20 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21
22 # fake - taken newest from suse
23 UP2DATE="echo ${PVER}"
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28 mmake LIBDIR=/usr/$(mlibdir) || die
29 }
30
31 src_install()
32 {
33 cd ${SRCDIR}
34
35 minstalldir /usr/$(mlibdir) || die
36 mmake DESTDIR=${BINDIR} LIBDIR=/usr/$(mlibdir) install || die
37 minstalldocs Changelog LICENSE README VERSION || die
38 }