Magellan Linux

Contents of /smage/trunk/core/libx86emu/libx86emu-1.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 955 - (show annotations) (download)
Fri Dec 10 17:52:03 2010 UTC (13 years, 4 months ago) by niro
File size: 709 byte(s)
auto added: ver bump to 1.1-r2
1 # $Id: libx86emu-1.1-r1.smage2 492 2010-05-07 19:57:43Z niro $
2
3 PNAME="libx86emu"
4 PVER="1.1"
5 PBUILD="r2"
6
7 PCATEGORIE="sys-libs"
8 STATE="unstable"
9
10 DESCRIPTION="x86 emulation library."
11 HOMEPAGE="http://www.opensuse.org"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mtools mbuild mcore-split
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 mcore_generic_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 }