Magellan Linux

Annotation of /smage/trunk/core/libx86emu/libx86emu-1.1-r8.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10410 - (hide annotations) (download)
Tue Aug 22 09:19:07 2017 UTC (6 years, 8 months ago) by niro
File size: 642 byte(s)
auto added: ver bump to 1.1-r8
1 niro 10410 # $Id$
2    
3     PNAME="libx86emu"
4     PVER="1.1"
5     PBUILD="r8"
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 alx-split
18    
19     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
20    
21     # fake - taken newest from suse
22     UP2DATE="echo ${PVER}"
23    
24     src_compile()
25     {
26     cd ${SRCDIR}
27     mmake LIBDIR=/usr/$(mlibdir) || die
28     }
29    
30     alx_generic_src_install()
31     {
32     cd ${SRCDIR}
33    
34     minstalldir /usr/$(mlibdir) || die
35     mmake DESTDIR=${BINDIR} LIBDIR=/usr/$(mlibdir) install || die
36     minstalldocs Changelog LICENSE README VERSION || die
37     }