Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 491 - (hide annotations) (download)
Fri May 7 19:57:08 2010 UTC (14 years ago) by niro
File size: 699 byte(s)
auto added: ver bump to 1.1-r1
1 niro 489 # $Id$
2    
3     PNAME="libx86emu"
4     PVER="1.1"
5     PBUILD="r1"
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 niro 491 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
19 niro 490 sminclude mtools mbuild mcore-split
20 niro 489
21     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
22    
23     # fake - taken newest from suse
24     UP2DATE="echo ${PVER}"
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29     mmake LIBDIR=/usr/$(mlibdir) || die
30     }
31    
32     src_install()
33     {
34     cd ${SRCDIR}
35    
36     minstalldir /usr/$(mlibdir) || die
37     mmake DESTDIR=${BINDIR} LIBDIR=/usr/$(mlibdir) install || die
38     minstalldocs Changelog LICENSE README VERSION || die
39     }

Properties

Name Value
svn:keywords Id